Using the IPAMACS Macros

In addition to the necessary font-related files, the <#1910#> WSUIPA<#1910#> font package also includes a file called IPAMACS.TEX. This is a macro file which includes font declarations and definitions for use with the <#1911#> WSUIPA<#1911#> fonts. It also contains macro definitions for accessing each <#1912#> WSUIPA<#1912#> character mnemonically, as well as some macro definitions to simplify using <#1913#> WSUIPA<#1913#> accents and diacritics with Computer Modern characters and vice versa.

Before you can use any of the macros from the <#1914#> IPAMACS<#1914#> file, you must input the <#682#>IPAMACS.TEX<#682#> file by entering,

at the top of your TEX file. This assumes, of course, that you have installed this file. The <#1915#> IPAMACS<#1915#> file defines a font called
ipa to be the twelve point roman <#1916#> WSUIPA<#1916#> font. The
ipa font is used in all the macro definitions in <#1917#> IPAMACS<#1917#> to access the characters from the <#1918#> WSUIPA<#1918#> font. You may redefine
ipa, say to be ten point roman, by entering

verbatim195#
within your file. From that point on, all the <#1919#> WSUIPA<#1919#> characters accessed by using the <#1920#> IPAMACS<#1920#> macros will be the ten-point roman <#1921#> WSUIPA<#1921#>.

To access individual <#1922#> WSUIPA<#1922#> characters within sentences set in Computer Modern, you need only to enter the
ipa command. For example,

verbatim196#
which will print as: <#688#> <#1923#><#1923#> A shibilant is a term occasionally found for a fricative corresponding to a ``hushing'' sound, e.g., IPA [<#1924#><#1924#>M] (more technically, a grooved laminal fricative). <#688#>

The <#1925#> IPAMACS<#1925#> character macros are defined so they can be used with the CM characters and accents without the need for delimiting curly braces. By using the <#1926#> IPAMACS<#1926#> definitions, you can use the CM accents with a <#1927#> WSUIPA<#1927#> character in the same way you would accent a CM character. The following input

verbatim197#
will print as: <#693#>#tex2html_accent_inline8687#<#693#>

The <#1931#> WSUIPA<#1931#> accents can be used with CM characters. However, only the <#1932#> WSUIPA<#1932#> ``<#1933#>' <#1934#>#tex2html_accent_inline8688#<#1934#><#1933#>' and ``<#1935#>' <#1936#>#tex2html_accent_inline8689#<#1936#><#1935#>' have been defined in <#1937#> IPAMACS<#1937#> and both are diacritics which go under a character. To use any other <#1938#> WSUIPA<#1938#> character as an accent either with a CM character or with another <#1939#> WSUIPA<#1939#> character, you can define the <#1940#> WSUIPA<#1940#> accent in the same way that the CM accents are defined. For example, an ``over-ring'' accent could be defined as,

verbatim198#
and may be used like,

verbatim199#
which will print as: <#1084#>#tex2html_accent_inline8690#<#1084#>

Most of the <#1944#> WSUIPA<#1944#> diacritics are intended to go under characters, like the ``underarch'' and ``dental'' mentioned above. You may define other ``under'' accents in the same way as these two. For example, an ``undercircle'' could be defined as,

verbatim200#
With this definition, the input
verbatim201#
will print as: <#1075#>#tex2html_accent_inline8691#<#1075#>

If the spacing or placement of the diacritic is not exactly what you desire with the basic definition given above, you can add kerns where needed. For example, if you want less space between the ``undercircle'' and the character, you could change the definition to be,

verbatim202#

and this input

verbatim203#
will print as: <#1085#>#tex2html_accent_inline8692#<#1085#>

Your diacritic definitions may be as general or specific as you wish. At one institution which uses the <#1951#> WSUIPA<#1951#> fonts, they prefer the ``undercircle'' to be placed differently when it falls under an r than any other character. To accomplish this, they use the following definition for
undercirc.

verbatim204#

With this definition of
undercirc, the following input

verbatim205#

will print as <#1077#>#tex2html_accent_inline8693#<#1077#>

<#1958#> IPAMACS<#1958#> also includes a macro called
diatop which provides an alternative way of getting one or more characters, accents, or diacritics over one another. The
diatop macro takes one argument which is delimited by square brackets ([]) rather than curly braces, and has two parts. The first part of the argument is delimited, or separated, from the second part by a vertical bar (|).
diatop puts the first part of the argument over the second.

Using
diatop instead of our previous definition for the ``overring,'' (
or) you could input,

verbatim206#
and the output would be, <#726#>#tex2html_accent_inline8695#<#726#>

More than one character can be stacked over another character by using
diatop. For example,

verbatim207#
will print as: <#1058#>#tex2html_accent_inline8696#<#1058#>

Notice the use of curly braces to group the argument of the first
diatop when more than one
diatop command is used.

It is also possible to get one or more accents over a character and another accent or character under it. Assuming that
undercirc has been defined as described earlier, the following example

verbatim208#
will print as: <#1078#>#tex2html_accent_inline8697#<#1078#>

The <#1967#> IPAMACS<#1967#> do not sent up the <#1968#> WSUIPA<#1968#> fonts to be part of a font family definition, which means that any <#1969#> WSUIPA<#1969#> character that is accessed by an <#1970#> IPAMACS<#1970#> macro, will always print out in the same font (wsuipa12, by default), regardless of what size or typeface you may have been using when the <#1971#> IPAMACS<#1971#> macro was called. In other words, whatever font
ipa is defined to be, determines the font <#1972#> IPAMACS<#1972#> will call.

In order to get slanted <#1973#> WSUIPA<#1973#> characters when
it or
sl is being used, or bold <#1974#> WSUIPA<#1974#> characters when
bf is being used, you must include the definition of
ipa as part of your font family definitions.

Without redefining
ipa, the following input,

verbatim209#
will print as,

<#1060#>#tex2html_accent_inline8698#<#1060#>

Now, with
ipa defined within the twelve-point font family, as illustrated below

verbatim210#
the previous input of
verbatim211#
will print as,

<#1079#>#tex2html_accent_inline8699#<#1079#>

188

<#781#>#tex2html_accent_inline8700#<#781#> =0 to to14pt<#1989#><#1989#>##0pt plus10pt;SPMamp; ;SPMamp;##;SPMamp;## ;SPMamp;;SPMamp;;SPMamp;<#1990#>#tex2html_accent_inline8701#<#1990#>;SPMamp;;SPMamp;<#1991#>#tex2html_accent_inline8702#<#1991#>;SPMamp;;SPMamp;<#1992#>#tex2html_accent_inline8703#<#1992#>;SPMamp;;SPMamp;<#1993#>#tex2html_accent_inline8704#<#1993#>;SPMamp;;SPMamp;<#1994#>#tex2html_accent_inline8705#<#1994#>;SPMamp;;SPMamp;<#1995#>#tex2html_accent_inline8706#<#1995#>;SPMamp;;SPMamp;<#1996#>#tex2html_accent_inline8707#<#1996#>;SPMamp;;SPMamp;<#1997#>#tex2html_accent_inline8708#<#1997#>;SPMamp;<#1998#>#tex2html_accent_inline8709#<#1998#> ;SPMamp;<#2007#>#tex2html_accent_inline8710#<#2007#>;SPMamp;;SPMamp; =<#2008#>#tex2html_accent_inline8711#<#2008#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2009#>#tex2html_accent_inline8712#<#2009#> by1 ;SPMamp;;SPMamp; =<#2010#>#tex2html_accent_inline8713#<#2010#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2011#>#tex2html_accent_inline8714#<#2011#> by1 ;SPMamp;;SPMamp; =<#2012#>#tex2html_accent_inline8715#<#2012#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2013#>#tex2html_accent_inline8716#<#2013#> by1 ;SPMamp;;SPMamp; =<#2014#>#tex2html_accent_inline8717#<#2014#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2015#>#tex2html_accent_inline8718#<#2015#> by1 ;SPMamp;;SPMamp; =<#2016#>#tex2html_accent_inline8719#<#2016#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2017#>#tex2html_accent_inline8720#<#2017#> by1 ;SPMamp;;SPMamp; =<#2018#>#tex2html_accent_inline8721#<#2018#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2019#>#tex2html_accent_inline8722#<#2019#> by1 ;SPMamp;;SPMamp; =<#2020#>#tex2html_accent_inline8723#<#2020#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2021#>#tex2html_accent_inline8724#<#2021#> by1 ;SPMamp;;SPMamp; =<#2022#>#tex2html_accent_inline8725#<#2022#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2023#>#tex2html_accent_inline8726#<#2023#> by1 ;SPMamp;;SPMamp; <#2024#>#tex2html_accent_inline8727#<#2024#> <#2025#>19<#2025#>;SPMamp; =<#2026#>#tex2html_accent_inline8728#<#2026#> <#2027#>#tex2html_accent_inline8729#<#2027#> <#2028#>#tex2html_accent_inline8730#<#2028#> ;SPMamp;<#2029#>#tex2html_accent_inline8731#<#2029#>;SPMamp;;SPMamp; =<#2030#>#tex2html_accent_inline8732#<#2030#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2031#>#tex2html_accent_inline8733#<#2031#> by1 ;SPMamp;;SPMamp; =<#2032#>#tex2html_accent_inline8734#<#2032#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2033#>#tex2html_accent_inline8735#<#2033#> by1 ;SPMamp;;SPMamp; =<#2034#>#tex2html_accent_inline8736#<#2034#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2035#>#tex2html_accent_inline8737#<#2035#> by1 ;SPMamp;;SPMamp; =<#2036#>#tex2html_accent_inline8738#<#2036#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2037#>#tex2html_accent_inline8739#<#2037#> by1 ;SPMamp;;SPMamp; =<#2038#>#tex2html_accent_inline8740#<#2038#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2039#>#tex2html_accent_inline8741#<#2039#> by1 ;SPMamp;;SPMamp; =<#2040#>#tex2html_accent_inline8742#<#2040#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2041#>#tex2html_accent_inline8743#<#2041#> by1 ;SPMamp;;SPMamp; =<#2042#>#tex2html_accent_inline8744#<#2042#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2043#>#tex2html_accent_inline8745#<#2043#> by1 ;SPMamp;;SPMamp; =<#2044#>#tex2html_accent_inline8746#<#2044#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2045#>#tex2html_accent_inline8747#<#2045#> by1 ;SPMamp;<#2046#>#tex2html_accent_inline8748#<#2046#> ;SPMamp;<#2047#>#tex2html_accent_inline8749#<#2047#>;SPMamp;;SPMamp; =<#2048#>#tex2html_accent_inline8750#<#2048#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2049#>#tex2html_accent_inline8751#<#2049#> by1 ;SPMamp;;SPMamp; =<#2050#>#tex2html_accent_inline8752#<#2050#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2051#>#tex2html_accent_inline8753#<#2051#> by1 ;SPMamp;;SPMamp; =<#2052#>#tex2html_accent_inline8754#<#2052#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2053#>#tex2html_accent_inline8755#<#2053#> by1 ;SPMamp;;SPMamp; =<#2054#>#tex2html_accent_inline8756#<#2054#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2055#>#tex2html_accent_inline8757#<#2055#> by1 ;SPMamp;;SPMamp; =<#2056#>#tex2html_accent_inline8758#<#2056#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2057#>#tex2html_accent_inline8759#<#2057#> by1 ;SPMamp;;SPMamp; =<#2058#>#tex2html_accent_inline8760#<#2058#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2059#>#tex2html_accent_inline8761#<#2059#> by1 ;SPMamp;;SPMamp; =<#2060#>#tex2html_accent_inline8762#<#2060#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2061#>#tex2html_accent_inline8763#<#2061#> by1 ;SPMamp;;SPMamp; =<#2062#>#tex2html_accent_inline8764#<#2062#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2063#>#tex2html_accent_inline8765#<#2063#> by1 ;SPMamp;;SPMamp; <#2064#>#tex2html_accent_inline8766#<#2064#> <#2065#>19<#2065#>;SPMamp; =<#2066#>#tex2html_accent_inline8767#<#2066#> <#2067#>#tex2html_accent_inline8768#<#2067#> <#2068#>#tex2html_accent_inline8769#<#2068#> ;SPMamp;<#2069#>#tex2html_accent_inline8770#<#2069#>;SPMamp;;SPMamp; =<#2070#>#tex2html_accent_inline8771#<#2070#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2071#>#tex2html_accent_inline8772#<#2071#> by1 ;SPMamp;;SPMamp; =<#2072#>#tex2html_accent_inline8773#<#2072#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2073#>#tex2html_accent_inline8774#<#2073#> by1 ;SPMamp;;SPMamp; =<#2074#>#tex2html_accent_inline8775#<#2074#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2075#>#tex2html_accent_inline8776#<#2075#> by1 ;SPMamp;;SPMamp; =<#2076#>#tex2html_accent_inline8777#<#2076#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2077#>#tex2html_accent_inline8778#<#2077#> by1 ;SPMamp;;SPMamp; =<#2078#>#tex2html_accent_inline8779#<#2078#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2079#>#tex2html_accent_inline8780#<#2079#> by1 ;SPMamp;;SPMamp; =<#2080#>#tex2html_accent_inline8781#<#2080#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2081#>#tex2html_accent_inline8782#<#2081#> by1 ;SPMamp;;SPMamp; =<#2082#>#tex2html_accent_inline8783#<#2082#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2083#>#tex2html_accent_inline8784#<#2083#> by1 ;SPMamp;;SPMamp; =<#2084#>#tex2html_accent_inline8785#<#2084#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2085#>#tex2html_accent_inline8786#<#2085#> by1 ;SPMamp;<#2086#>#tex2html_accent_inline8787#<#2086#> ;SPMamp;<#2087#>#tex2html_accent_inline8788#<#2087#>;SPMamp;;SPMamp; =<#2088#>#tex2html_accent_inline8789#<#2088#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2089#>#tex2html_accent_inline8790#<#2089#> by1 ;SPMamp;;SPMamp; =<#2090#>#tex2html_accent_inline8791#<#2090#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2091#>#tex2html_accent_inline8792#<#2091#> by1 ;SPMamp;;SPMamp; =<#2092#>#tex2html_accent_inline8793#<#2092#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2093#>#tex2html_accent_inline8794#<#2093#> by1 ;SPMamp;;SPMamp; =<#2094#>#tex2html_accent_inline8795#<#2094#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2095#>#tex2html_accent_inline8796#<#2095#> by1 ;SPMamp;;SPMamp; =<#2096#>#tex2html_accent_inline8797#<#2096#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2097#>#tex2html_accent_inline8798#<#2097#> by1 ;SPMamp;;SPMamp; =<#2098#>#tex2html_accent_inline8799#<#2098#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2099#>#tex2html_accent_inline8800#<#2099#> by1 ;SPMamp;;SPMamp; =<#2100#>#tex2html_accent_inline8801#<#2100#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2101#>#tex2html_accent_inline8802#<#2101#> by1 ;SPMamp;;SPMamp; =<#2102#>#tex2html_accent_inline8803#<#2102#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2103#>#tex2html_accent_inline8804#<#2103#> by1 ;SPMamp;;SPMamp; <#2104#>#tex2html_accent_inline8805#<#2104#> <#2105#>19<#2105#>;SPMamp; =<#2106#>#tex2html_accent_inline8806#<#2106#> <#2107#>#tex2html_accent_inline8807#<#2107#> <#2108#>#tex2html_accent_inline8808#<#2108#> ;SPMamp;<#2109#>#tex2html_accent_inline8809#<#2109#>;SPMamp;;SPMamp; =<#2110#>#tex2html_accent_inline8810#<#2110#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2111#>#tex2html_accent_inline8811#<#2111#> by1 ;SPMamp;;SPMamp; =<#2112#>#tex2html_accent_inline8812#<#2112#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2113#>#tex2html_accent_inline8813#<#2113#> by1 ;SPMamp;;SPMamp; =<#2114#>#tex2html_accent_inline8814#<#2114#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2115#>#tex2html_accent_inline8815#<#2115#> by1 ;SPMamp;;SPMamp; =<#2116#>#tex2html_accent_inline8816#<#2116#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2117#>#tex2html_accent_inline8817#<#2117#> by1 ;SPMamp;;SPMamp; =<#2118#>#tex2html_accent_inline8818#<#2118#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2119#>#tex2html_accent_inline8819#<#2119#> by1 ;SPMamp;;SPMamp; =<#2120#>#tex2html_accent_inline8820#<#2120#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2121#>#tex2html_accent_inline8821#<#2121#> by1 ;SPMamp;;SPMamp; =<#2122#>#tex2html_accent_inline8822#<#2122#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2123#>#tex2html_accent_inline8823#<#2123#> by1 ;SPMamp;;SPMamp; =<#2124#>#tex2html_accent_inline8824#<#2124#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2125#>#tex2html_accent_inline8825#<#2125#> by1 ;SPMamp;<#2126#>#tex2html_accent_inline8826#<#2126#> ;SPMamp;<#2127#>#tex2html_accent_inline8827#<#2127#>;SPMamp;;SPMamp; =<#2128#>#tex2html_accent_inline8828#<#2128#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2129#>#tex2html_accent_inline8829#<#2129#> by1 ;SPMamp;;SPMamp; =<#2130#>#tex2html_accent_inline8830#<#2130#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2131#>#tex2html_accent_inline8831#<#2131#> by1 ;SPMamp;;SPMamp; =<#2132#>#tex2html_accent_inline8832#<#2132#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2133#>#tex2html_accent_inline8833#<#2133#> by1 ;SPMamp;;SPMamp; =<#2134#>#tex2html_accent_inline8834#<#2134#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2135#>#tex2html_accent_inline8835#<#2135#> by1 ;SPMamp;;SPMamp; =<#2136#>#tex2html_accent_inline8836#<#2136#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2137#>#tex2html_accent_inline8837#<#2137#> by1 ;SPMamp;;SPMamp; =<#2138#>#tex2html_accent_inline8838#<#2138#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2139#>#tex2html_accent_inline8839#<#2139#> by1 ;SPMamp;;SPMamp; =<#2140#>#tex2html_accent_inline8840#<#2140#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2141#>#tex2html_accent_inline8841#<#2141#> by1 ;SPMamp;;SPMamp; =<#2142#>#tex2html_accent_inline8842#<#2142#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2143#>#tex2html_accent_inline8843#<#2143#> by1 ;SPMamp;;SPMamp; <#2144#>#tex2html_accent_inline8844#<#2144#> <#2145#>19<#2145#>;SPMamp; =<#2146#>#tex2html_accent_inline8845#<#2146#> <#2147#>#tex2html_accent_inline8846#<#2147#> <#2148#>#tex2html_accent_inline8847#<#2148#> ;SPMamp;<#2149#>#tex2html_accent_inline8848#<#2149#>;SPMamp;;SPMamp; =<#2150#>#tex2html_accent_inline8849#<#2150#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2151#>#tex2html_accent_inline8850#<#2151#> by1 ;SPMamp;;SPMamp; =<#2152#>#tex2html_accent_inline8851#<#2152#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2153#>#tex2html_accent_inline8852#<#2153#> by1 ;SPMamp;;SPMamp; =<#2154#>#tex2html_accent_inline8853#<#2154#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2155#>#tex2html_accent_inline8854#<#2155#> by1 ;SPMamp;;SPMamp; =<#2156#>#tex2html_accent_inline8855#<#2156#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2157#>#tex2html_accent_inline8856#<#2157#> by1 ;SPMamp;;SPMamp; =<#2158#>#tex2html_accent_inline8857#<#2158#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2159#>#tex2html_accent_inline8858#<#2159#> by1 ;SPMamp;;SPMamp; =<#2160#>#tex2html_accent_inline8859#<#2160#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2161#>#tex2html_accent_inline8860#<#2161#> by1 ;SPMamp;;SPMamp; =<#2162#>#tex2html_accent_inline8861#<#2162#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2163#>#tex2html_accent_inline8862#<#2163#> by1 ;SPMamp;;SPMamp; =<#2164#>#tex2html_accent_inline8863#<#2164#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2165#>#tex2html_accent_inline8864#<#2165#> by1 ;SPMamp;<#2166#>#tex2html_accent_inline8865#<#2166#> ;SPMamp;<#2167#>#tex2html_accent_inline8866#<#2167#>;SPMamp;;SPMamp; =<#2168#>#tex2html_accent_inline8867#<#2168#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2169#>#tex2html_accent_inline8868#<#2169#> by1 ;SPMamp;;SPMamp; =<#2170#>#tex2html_accent_inline8869#<#2170#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2171#>#tex2html_accent_inline8870#<#2171#> by1 ;SPMamp;;SPMamp; =<#2172#>#tex2html_accent_inline8871#<#2172#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2173#>#tex2html_accent_inline8872#<#2173#> by1 ;SPMamp;;SPMamp; =<#2174#>#tex2html_accent_inline8873#<#2174#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2175#>#tex2html_accent_inline8874#<#2175#> by1 ;SPMamp;;SPMamp; =<#2176#>#tex2html_accent_inline8875#<#2176#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2177#>#tex2html_accent_inline8876#<#2177#> by1 ;SPMamp;;SPMamp; =<#2178#>#tex2html_accent_inline8877#<#2178#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2179#>#tex2html_accent_inline8878#<#2179#> by1 ;SPMamp;;SPMamp; =<#2180#>#tex2html_accent_inline8879#<#2180#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2181#>#tex2html_accent_inline8880#<#2181#> by1 ;SPMamp;;SPMamp; =<#2182#>#tex2html_accent_inline8881#<#2182#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2183#>#tex2html_accent_inline8882#<#2183#> by1 ;SPMamp;;SPMamp; <#2184#>#tex2html_accent_inline8883#<#2184#> <#2185#>19<#2185#>;SPMamp; =<#2186#>#tex2html_accent_inline8884#<#2186#> <#2187#>#tex2html_accent_inline8885#<#2187#> <#2188#>#tex2html_accent_inline8886#<#2188#> ;SPMamp;<#2189#>#tex2html_accent_inline8887#<#2189#>;SPMamp;;SPMamp; =<#2190#>#tex2html_accent_inline8888#<#2190#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2191#>#tex2html_accent_inline8889#<#2191#> by1 ;SPMamp;;SPMamp; =<#2192#>#tex2html_accent_inline8890#<#2192#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2193#>#tex2html_accent_inline8891#<#2193#> by1 ;SPMamp;;SPMamp; =<#2194#>#tex2html_accent_inline8892#<#2194#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2195#>#tex2html_accent_inline8893#<#2195#> by1 ;SPMamp;;SPMamp; =<#2196#>#tex2html_accent_inline8894#<#2196#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2197#>#tex2html_accent_inline8895#<#2197#> by1 ;SPMamp;;SPMamp; =<#2198#>#tex2html_accent_inline8896#<#2198#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2199#>#tex2html_accent_inline8897#<#2199#> by1 ;SPMamp;;SPMamp; =<#2200#>#tex2html_accent_inline8898#<#2200#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2201#>#tex2html_accent_inline8899#<#2201#> by1 ;SPMamp;;SPMamp; =<#2202#>#tex2html_accent_inline8900#<#2202#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2203#>#tex2html_accent_inline8901#<#2203#> by1 ;SPMamp;;SPMamp; =<#2204#>#tex2html_accent_inline8902#<#2204#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2205#>#tex2html_accent_inline8903#<#2205#> by1 ;SPMamp;<#2206#>#tex2html_accent_inline8904#<#2206#> ;SPMamp;<#2207#>#tex2html_accent_inline8905#<#2207#>;SPMamp;;SPMamp; =<#2208#>#tex2html_accent_inline8906#<#2208#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2209#>#tex2html_accent_inline8907#<#2209#> by1 ;SPMamp;;SPMamp; =<#2210#>#tex2html_accent_inline8908#<#2210#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2211#>#tex2html_accent_inline8909#<#2211#> by1 ;SPMamp;;SPMamp; =<#2212#>#tex2html_accent_inline8910#<#2212#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2213#>#tex2html_accent_inline8911#<#2213#> by1 ;SPMamp;;SPMamp; =<#2214#>#tex2html_accent_inline8912#<#2214#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2215#>#tex2html_accent_inline8913#<#2215#> by1 ;SPMamp;;SPMamp; =<#2216#>#tex2html_accent_inline8914#<#2216#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2217#>#tex2html_accent_inline8915#<#2217#> by1 ;SPMamp;;SPMamp; =<#2218#>#tex2html_accent_inline8916#<#2218#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2219#>#tex2html_accent_inline8917#<#2219#> by1 ;SPMamp;;SPMamp; =<#2220#>#tex2html_accent_inline8918#<#2220#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2221#>#tex2html_accent_inline8919#<#2221#> by1 ;SPMamp;;SPMamp; =<#2222#>#tex2html_accent_inline8920#<#2222#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2223#>#tex2html_accent_inline8921#<#2223#> by1 ;SPMamp;;SPMamp; <#2224#>#tex2html_accent_inline8922#<#2224#> <#2225#>19<#2225#>;SPMamp; =<#2226#>#tex2html_accent_inline8923#<#2226#> <#2227#>#tex2html_accent_inline8924#<#2227#> <#2228#>#tex2html_accent_inline8925#<#2228#> ;SPMamp;<#2229#>#tex2html_accent_inline8926#<#2229#>;SPMamp;;SPMamp; =<#2230#>#tex2html_accent_inline8927#<#2230#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2231#>#tex2html_accent_inline8928#<#2231#> by1 ;SPMamp;;SPMamp; =<#2232#>#tex2html_accent_inline8929#<#2232#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2233#>#tex2html_accent_inline8930#<#2233#> by1 ;SPMamp;;SPMamp; =<#2234#>#tex2html_accent_inline8931#<#2234#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2235#>#tex2html_accent_inline8932#<#2235#> by1 ;SPMamp;;SPMamp; =<#2236#>#tex2html_accent_inline8933#<#2236#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2237#>#tex2html_accent_inline8934#<#2237#> by1 ;SPMamp;;SPMamp; =<#2238#>#tex2html_accent_inline8935#<#2238#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2239#>#tex2html_accent_inline8936#<#2239#> by1 ;SPMamp;;SPMamp; =<#2240#>#tex2html_accent_inline8937#<#2240#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2241#>#tex2html_accent_inline8938#<#2241#> by1 ;SPMamp;;SPMamp; =<#2242#>#tex2html_accent_inline8939#<#2242#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2243#>#tex2html_accent_inline8940#<#2243#> by1 ;SPMamp;;SPMamp; =<#2244#>#tex2html_accent_inline8941#<#2244#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2245#>#tex2html_accent_inline8942#<#2245#> by1 ;SPMamp;<#2246#>#tex2html_accent_inline8943#<#2246#> ;SPMamp;<#2247#>#tex2html_accent_inline8944#<#2247#>;SPMamp;;SPMamp; =<#2248#>#tex2html_accent_inline8945#<#2248#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2249#>#tex2html_accent_inline8946#<#2249#> by1 ;SPMamp;;SPMamp; =<#2250#>#tex2html_accent_inline8947#<#2250#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2251#>#tex2html_accent_inline8948#<#2251#> by1 ;SPMamp;;SPMamp; =<#2252#>#tex2html_accent_inline8949#<#2252#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2253#>#tex2html_accent_inline8950#<#2253#> by1 ;SPMamp;;SPMamp; =<#2254#>#tex2html_accent_inline8951#<#2254#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2255#>#tex2html_accent_inline8952#<#2255#> by1 ;SPMamp;;SPMamp; =<#2256#>#tex2html_accent_inline8953#<#2256#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2257#>#tex2html_accent_inline8954#<#2257#> by1 ;SPMamp;;SPMamp; =<#2258#>#tex2html_accent_inline8955#<#2258#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2259#>#tex2html_accent_inline8956#<#2259#> by1 ;SPMamp;;SPMamp; =<#2260#>#tex2html_accent_inline8957#<#2260#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2261#>#tex2html_accent_inline8958#<#2261#> by1 ;SPMamp;;SPMamp; =<#2262#>#tex2html_accent_inline8959#<#2262#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2263#>#tex2html_accent_inline8960#<#2263#> by1 ;SPMamp;;SPMamp; <#2264#>#tex2html_accent_inline8961#<#2264#> <#2265#>19<#2265#>;SPMamp; =<#2266#>#tex2html_accent_inline8962#<#2266#> <#2267#>#tex2html_accent_inline8963#<#2267#> <#2268#>#tex2html_accent_inline8964#<#2268#> ;SPMamp;<#2269#>#tex2html_accent_inline8965#<#2269#>;SPMamp;;SPMamp; =<#2270#>#tex2html_accent_inline8966#<#2270#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2271#>#tex2html_accent_inline8967#<#2271#> by1 ;SPMamp;;SPMamp; =<#2272#>#tex2html_accent_inline8968#<#2272#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2273#>#tex2html_accent_inline8969#<#2273#> by1 ;SPMamp;;SPMamp; =<#2274#>#tex2html_accent_inline8970#<#2274#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2275#>#tex2html_accent_inline8971#<#2275#> by1 ;SPMamp;;SPMamp; =<#2276#>#tex2html_accent_inline8972#<#2276#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2277#>#tex2html_accent_inline8973#<#2277#> by1 ;SPMamp;;SPMamp; =<#2278#>#tex2html_accent_inline8974#<#2278#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2279#>#tex2html_accent_inline8975#<#2279#> by1 ;SPMamp;;SPMamp; =<#2280#>#tex2html_accent_inline8976#<#2280#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2281#>#tex2html_accent_inline8977#<#2281#> by1 ;SPMamp;;SPMamp; =<#2282#>#tex2html_accent_inline8978#<#2282#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2283#>#tex2html_accent_inline8979#<#2283#> by1 ;SPMamp;;SPMamp; =<#2284#>#tex2html_accent_inline8980#<#2284#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2285#>#tex2html_accent_inline8981#<#2285#> by1 ;SPMamp;<#2286#>#tex2html_accent_inline8982#<#2286#> ;SPMamp;<#2287#>#tex2html_accent_inline8983#<#2287#>;SPMamp;;SPMamp; =<#2288#>#tex2html_accent_inline8984#<#2288#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2289#>#tex2html_accent_inline8985#<#2289#> by1 ;SPMamp;;SPMamp; =<#2290#>#tex2html_accent_inline8986#<#2290#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2291#>#tex2html_accent_inline8987#<#2291#> by1 ;SPMamp;;SPMamp; =<#2292#>#tex2html_accent_inline8988#<#2292#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2293#>#tex2html_accent_inline8989#<#2293#> by1 ;SPMamp;;SPMamp; =<#2294#>#tex2html_accent_inline8990#<#2294#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2295#>#tex2html_accent_inline8991#<#2295#> by1 ;SPMamp;;SPMamp; =<#2296#>#tex2html_accent_inline8992#<#2296#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2297#>#tex2html_accent_inline8993#<#2297#> by1 ;SPMamp;;SPMamp; =<#2298#>#tex2html_accent_inline8994#<#2298#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2299#>#tex2html_accent_inline8995#<#2299#> by1 ;SPMamp;;SPMamp; =<#2300#>#tex2html_accent_inline8996#<#2300#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2301#>#tex2html_accent_inline8997#<#2301#> by1 ;SPMamp;;SPMamp; =<#2302#>#tex2html_accent_inline8998#<#2302#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2303#>#tex2html_accent_inline8999#<#2303#> by1 ;SPMamp;;SPMamp; <#2304#>#tex2html_accent_inline9000#<#2304#> <#2305#>19<#2305#>;SPMamp; =<#2306#>#tex2html_accent_inline9001#<#2306#> <#2307#>#tex2html_accent_inline9002#<#2307#> <#2308#>#tex2html_accent_inline9003#<#2308#> ;SPMamp;<#2309#>#tex2html_accent_inline9004#<#2309#>;SPMamp;;SPMamp; =<#2310#>#tex2html_accent_inline9005#<#2310#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2311#>#tex2html_accent_inline9006#<#2311#> by1 ;SPMamp;;SPMamp; =<#2312#>#tex2html_accent_inline9007#<#2312#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2313#>#tex2html_accent_inline9008#<#2313#> by1 ;SPMamp;;SPMamp; =<#2314#>#tex2html_accent_inline9009#<#2314#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2315#>#tex2html_accent_inline9010#<#2315#> by1 ;SPMamp;;SPMamp; =<#2316#>#tex2html_accent_inline9011#<#2316#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2317#>#tex2html_accent_inline9012#<#2317#> by1 ;SPMamp;;SPMamp; =<#2318#>#tex2html_accent_inline9013#<#2318#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2319#>#tex2html_accent_inline9014#<#2319#> by1 ;SPMamp;;SPMamp; =<#2320#>#tex2html_accent_inline9015#<#2320#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2321#>#tex2html_accent_inline9016#<#2321#> by1 ;SPMamp;;SPMamp; =<#2322#>#tex2html_accent_inline9017#<#2322#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2323#>#tex2html_accent_inline9018#<#2323#> by1 ;SPMamp;;SPMamp; =<#2324#>#tex2html_accent_inline9019#<#2324#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2325#>#tex2html_accent_inline9020#<#2325#> by1 ;SPMamp;<#2326#>#tex2html_accent_inline9021#<#2326#> ;SPMamp;;SPMamp;;SPMamp;<#2367#>#tex2html_accent_inline9022#<#2367#>;SPMamp;;SPMamp;<#2368#>#tex2html_accent_inline9023#<#2368#>;SPMamp;;SPMamp;<#2369#>#tex2html_accent_inline9024#<#2369#>;SPMamp;;SPMamp;<#2370#>#tex2html_accent_inline9025#<#2370#>;SPMamp; ;SPMamp;<#2371#>#tex2html_accent_inline9026#<#2371#>;SPMamp;;SPMamp;<#2372#>#tex2html_accent_inline9027#<#2372#>;SPMamp;;SPMamp;<#2373#>#tex2html_accent_inline9028#<#2373#>;SPMamp;;SPMamp;<#2374#>#tex2html_accent_inline9029#<#2374#>;SPMamp; <#783#>#tex2html_accent_inline9030#<#783#> =0 to to14pt<#2386#><#2386#>##0pt plus10pt;SPMamp; ;SPMamp;##;SPMamp;## ;SPMamp;;SPMamp;;SPMamp;<#2387#>#tex2html_accent_inline9031#<#2387#>;SPMamp;;SPMamp;<#2388#>#tex2html_accent_inline9032#<#2388#>;SPMamp;;SPMamp;<#2389#>#tex2html_accent_inline9033#<#2389#>;SPMamp;;SPMamp;<#2390#>#tex2html_accent_inline9034#<#2390#>;SPMamp;;SPMamp;<#2391#>#tex2html_accent_inline9035#<#2391#>;SPMamp;;SPMamp;<#2392#>#tex2html_accent_inline9036#<#2392#>;SPMamp;;SPMamp;<#2393#>#tex2html_accent_inline9037#<#2393#>;SPMamp;;SPMamp;<#2394#>#tex2html_accent_inline9038#<#2394#>;SPMamp;<#2395#>#tex2html_accent_inline9039#<#2395#> ;SPMamp;<#2404#>#tex2html_accent_inline9040#<#2404#>;SPMamp;;SPMamp; =<#2405#>#tex2html_accent_inline9041#<#2405#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2406#>#tex2html_accent_inline9042#<#2406#> by1 ;SPMamp;;SPMamp; =<#2407#>#tex2html_accent_inline9043#<#2407#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2408#>#tex2html_accent_inline9044#<#2408#> by1 ;SPMamp;;SPMamp; =<#2409#>#tex2html_accent_inline9045#<#2409#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2410#>#tex2html_accent_inline9046#<#2410#> by1 ;SPMamp;;SPMamp; =<#2411#>#tex2html_accent_inline9047#<#2411#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2412#>#tex2html_accent_inline9048#<#2412#> by1 ;SPMamp;;SPMamp; =<#2413#>#tex2html_accent_inline9049#<#2413#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2414#>#tex2html_accent_inline9050#<#2414#> by1 ;SPMamp;;SPMamp; =<#2415#>#tex2html_accent_inline9051#<#2415#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2416#>#tex2html_accent_inline9052#<#2416#> by1 ;SPMamp;;SPMamp; =<#2417#>#tex2html_accent_inline9053#<#2417#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2418#>#tex2html_accent_inline9054#<#2418#> by1 ;SPMamp;;SPMamp; =<#2419#>#tex2html_accent_inline9055#<#2419#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2420#>#tex2html_accent_inline9056#<#2420#> by1 ;SPMamp;;SPMamp; <#2421#>#tex2html_accent_inline9057#<#2421#> <#2422#>19<#2422#>;SPMamp; =<#2423#>#tex2html_accent_inline9058#<#2423#> <#2424#>#tex2html_accent_inline9059#<#2424#> <#2425#>#tex2html_accent_inline9060#<#2425#> ;SPMamp;<#2426#>#tex2html_accent_inline9061#<#2426#>;SPMamp;;SPMamp; =<#2427#>#tex2html_accent_inline9062#<#2427#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2428#>#tex2html_accent_inline9063#<#2428#> by1 ;SPMamp;;SPMamp; =<#2429#>#tex2html_accent_inline9064#<#2429#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2430#>#tex2html_accent_inline9065#<#2430#> by1 ;SPMamp;;SPMamp; =<#2431#>#tex2html_accent_inline9066#<#2431#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2432#>#tex2html_accent_inline9067#<#2432#> by1 ;SPMamp;;SPMamp; =<#2433#>#tex2html_accent_inline9068#<#2433#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2434#>#tex2html_accent_inline9069#<#2434#> by1 ;SPMamp;;SPMamp; =<#2435#>#tex2html_accent_inline9070#<#2435#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2436#>#tex2html_accent_inline9071#<#2436#> by1 ;SPMamp;;SPMamp; =<#2437#>#tex2html_accent_inline9072#<#2437#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2438#>#tex2html_accent_inline9073#<#2438#> by1 ;SPMamp;;SPMamp; =<#2439#>#tex2html_accent_inline9074#<#2439#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2440#>#tex2html_accent_inline9075#<#2440#> by1 ;SPMamp;;SPMamp; =<#2441#>#tex2html_accent_inline9076#<#2441#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2442#>#tex2html_accent_inline9077#<#2442#> by1 ;SPMamp;<#2443#>#tex2html_accent_inline9078#<#2443#> ;SPMamp;<#2444#>#tex2html_accent_inline9079#<#2444#>;SPMamp;;SPMamp; =<#2445#>#tex2html_accent_inline9080#<#2445#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2446#>#tex2html_accent_inline9081#<#2446#> by1 ;SPMamp;;SPMamp; =<#2447#>#tex2html_accent_inline9082#<#2447#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2448#>#tex2html_accent_inline9083#<#2448#> by1 ;SPMamp;;SPMamp; =<#2449#>#tex2html_accent_inline9084#<#2449#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2450#>#tex2html_accent_inline9085#<#2450#> by1 ;SPMamp;;SPMamp; =<#2451#>#tex2html_accent_inline9086#<#2451#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2452#>#tex2html_accent_inline9087#<#2452#> by1 ;SPMamp;;SPMamp; =<#2453#>#tex2html_accent_inline9088#<#2453#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2454#>#tex2html_accent_inline9089#<#2454#> by1 ;SPMamp;;SPMamp; =<#2455#>#tex2html_accent_inline9090#<#2455#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2456#>#tex2html_accent_inline9091#<#2456#> by1 ;SPMamp;;SPMamp; =<#2457#>#tex2html_accent_inline9092#<#2457#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2458#>#tex2html_accent_inline9093#<#2458#> by1 ;SPMamp;;SPMamp; =<#2459#>#tex2html_accent_inline9094#<#2459#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2460#>#tex2html_accent_inline9095#<#2460#> by1 ;SPMamp;;SPMamp; <#2461#>#tex2html_accent_inline9096#<#2461#> <#2462#>19<#2462#>;SPMamp; =<#2463#>#tex2html_accent_inline9097#<#2463#> <#2464#>#tex2html_accent_inline9098#<#2464#> <#2465#>#tex2html_accent_inline9099#<#2465#> ;SPMamp;<#2466#>#tex2html_accent_inline9100#<#2466#>;SPMamp;;SPMamp; =<#2467#>#tex2html_accent_inline9101#<#2467#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2468#>#tex2html_accent_inline9102#<#2468#> by1 ;SPMamp;;SPMamp; =<#2469#>#tex2html_accent_inline9103#<#2469#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2470#>#tex2html_accent_inline9104#<#2470#> by1 ;SPMamp;;SPMamp; =<#2471#>#tex2html_accent_inline9105#<#2471#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2472#>#tex2html_accent_inline9106#<#2472#> by1 ;SPMamp;;SPMamp; =<#2473#>#tex2html_accent_inline9107#<#2473#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2474#>#tex2html_accent_inline9108#<#2474#> by1 ;SPMamp;;SPMamp; =<#2475#>#tex2html_accent_inline9109#<#2475#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2476#>#tex2html_accent_inline9110#<#2476#> by1 ;SPMamp;;SPMamp; =<#2477#>#tex2html_accent_inline9111#<#2477#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2478#>#tex2html_accent_inline9112#<#2478#> by1 ;SPMamp;;SPMamp; =<#2479#>#tex2html_accent_inline9113#<#2479#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2480#>#tex2html_accent_inline9114#<#2480#> by1 ;SPMamp;;SPMamp; =<#2481#>#tex2html_accent_inline9115#<#2481#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2482#>#tex2html_accent_inline9116#<#2482#> by1 ;SPMamp;<#2483#>#tex2html_accent_inline9117#<#2483#> ;SPMamp;<#2484#>#tex2html_accent_inline9118#<#2484#>;SPMamp;;SPMamp; =<#2485#>#tex2html_accent_inline9119#<#2485#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2486#>#tex2html_accent_inline9120#<#2486#> by1 ;SPMamp;;SPMamp; =<#2487#>#tex2html_accent_inline9121#<#2487#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2488#>#tex2html_accent_inline9122#<#2488#> by1 ;SPMamp;;SPMamp; =<#2489#>#tex2html_accent_inline9123#<#2489#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2490#>#tex2html_accent_inline9124#<#2490#> by1 ;SPMamp;;SPMamp; =<#2491#>#tex2html_accent_inline9125#<#2491#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2492#>#tex2html_accent_inline9126#<#2492#> by1 ;SPMamp;;SPMamp; =<#2493#>#tex2html_accent_inline9127#<#2493#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2494#>#tex2html_accent_inline9128#<#2494#> by1 ;SPMamp;;SPMamp; =<#2495#>#tex2html_accent_inline9129#<#2495#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2496#>#tex2html_accent_inline9130#<#2496#> by1 ;SPMamp;;SPMamp; =<#2497#>#tex2html_accent_inline9131#<#2497#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2498#>#tex2html_accent_inline9132#<#2498#> by1 ;SPMamp;;SPMamp; =<#2499#>#tex2html_accent_inline9133#<#2499#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2500#>#tex2html_accent_inline9134#<#2500#> by1 ;SPMamp;;SPMamp; <#2501#>#tex2html_accent_inline9135#<#2501#> <#2502#>19<#2502#>;SPMamp; =<#2503#>#tex2html_accent_inline9136#<#2503#> <#2504#>#tex2html_accent_inline9137#<#2504#> <#2505#>#tex2html_accent_inline9138#<#2505#> ;SPMamp;<#2506#>#tex2html_accent_inline9139#<#2506#>;SPMamp;;SPMamp; =<#2507#>#tex2html_accent_inline9140#<#2507#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2508#>#tex2html_accent_inline9141#<#2508#> by1 ;SPMamp;;SPMamp; =<#2509#>#tex2html_accent_inline9142#<#2509#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2510#>#tex2html_accent_inline9143#<#2510#> by1 ;SPMamp;;SPMamp; =<#2511#>#tex2html_accent_inline9144#<#2511#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2512#>#tex2html_accent_inline9145#<#2512#> by1 ;SPMamp;;SPMamp; =<#2513#>#tex2html_accent_inline9146#<#2513#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2514#>#tex2html_accent_inline9147#<#2514#> by1 ;SPMamp;;SPMamp; =<#2515#>#tex2html_accent_inline9148#<#2515#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2516#>#tex2html_accent_inline9149#<#2516#> by1 ;SPMamp;;SPMamp; =<#2517#>#tex2html_accent_inline9150#<#2517#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2518#>#tex2html_accent_inline9151#<#2518#> by1 ;SPMamp;;SPMamp; =<#2519#>#tex2html_accent_inline9152#<#2519#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2520#>#tex2html_accent_inline9153#<#2520#> by1 ;SPMamp;;SPMamp; =<#2521#>#tex2html_accent_inline9154#<#2521#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2522#>#tex2html_accent_inline9155#<#2522#> by1 ;SPMamp;<#2523#>#tex2html_accent_inline9156#<#2523#> ;SPMamp;<#2524#>#tex2html_accent_inline9157#<#2524#>;SPMamp;;SPMamp; =<#2525#>#tex2html_accent_inline9158#<#2525#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2526#>#tex2html_accent_inline9159#<#2526#> by1 ;SPMamp;;SPMamp; =<#2527#>#tex2html_accent_inline9160#<#2527#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2528#>#tex2html_accent_inline9161#<#2528#> by1 ;SPMamp;;SPMamp; =<#2529#>#tex2html_accent_inline9162#<#2529#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2530#>#tex2html_accent_inline9163#<#2530#> by1 ;SPMamp;;SPMamp; =<#2531#>#tex2html_accent_inline9164#<#2531#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2532#>#tex2html_accent_inline9165#<#2532#> by1 ;SPMamp;;SPMamp; =<#2533#>#tex2html_accent_inline9166#<#2533#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2534#>#tex2html_accent_inline9167#<#2534#> by1 ;SPMamp;;SPMamp; =<#2535#>#tex2html_accent_inline9168#<#2535#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2536#>#tex2html_accent_inline9169#<#2536#> by1 ;SPMamp;;SPMamp; =<#2537#>#tex2html_accent_inline9170#<#2537#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2538#>#tex2html_accent_inline9171#<#2538#> by1 ;SPMamp;;SPMamp; =<#2539#>#tex2html_accent_inline9172#<#2539#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2540#>#tex2html_accent_inline9173#<#2540#> by1 ;SPMamp;;SPMamp; <#2541#>#tex2html_accent_inline9174#<#2541#> <#2542#>19<#2542#>;SPMamp; =<#2543#>#tex2html_accent_inline9175#<#2543#> <#2544#>#tex2html_accent_inline9176#<#2544#> <#2545#>#tex2html_accent_inline9177#<#2545#> ;SPMamp;<#2546#>#tex2html_accent_inline9178#<#2546#>;SPMamp;;SPMamp; =<#2547#>#tex2html_accent_inline9179#<#2547#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2548#>#tex2html_accent_inline9180#<#2548#> by1 ;SPMamp;;SPMamp; =<#2549#>#tex2html_accent_inline9181#<#2549#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2550#>#tex2html_accent_inline9182#<#2550#> by1 ;SPMamp;;SPMamp; =<#2551#>#tex2html_accent_inline9183#<#2551#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2552#>#tex2html_accent_inline9184#<#2552#> by1 ;SPMamp;;SPMamp; =<#2553#>#tex2html_accent_inline9185#<#2553#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2554#>#tex2html_accent_inline9186#<#2554#> by1 ;SPMamp;;SPMamp; =<#2555#>#tex2html_accent_inline9187#<#2555#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2556#>#tex2html_accent_inline9188#<#2556#> by1 ;SPMamp;;SPMamp; =<#2557#>#tex2html_accent_inline9189#<#2557#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2558#>#tex2html_accent_inline9190#<#2558#> by1 ;SPMamp;;SPMamp; =<#2559#>#tex2html_accent_inline9191#<#2559#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2560#>#tex2html_accent_inline9192#<#2560#> by1 ;SPMamp;;SPMamp; =<#2561#>#tex2html_accent_inline9193#<#2561#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2562#>#tex2html_accent_inline9194#<#2562#> by1 ;SPMamp;<#2563#>#tex2html_accent_inline9195#<#2563#> ;SPMamp;<#2564#>#tex2html_accent_inline9196#<#2564#>;SPMamp;;SPMamp; =<#2565#>#tex2html_accent_inline9197#<#2565#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2566#>#tex2html_accent_inline9198#<#2566#> by1 ;SPMamp;;SPMamp; =<#2567#>#tex2html_accent_inline9199#<#2567#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2568#>#tex2html_accent_inline9200#<#2568#> by1 ;SPMamp;;SPMamp; =<#2569#>#tex2html_accent_inline9201#<#2569#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2570#>#tex2html_accent_inline9202#<#2570#> by1 ;SPMamp;;SPMamp; =<#2571#>#tex2html_accent_inline9203#<#2571#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2572#>#tex2html_accent_inline9204#<#2572#> by1 ;SPMamp;;SPMamp; =<#2573#>#tex2html_accent_inline9205#<#2573#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2574#>#tex2html_accent_inline9206#<#2574#> by1 ;SPMamp;;SPMamp; =<#2575#>#tex2html_accent_inline9207#<#2575#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2576#>#tex2html_accent_inline9208#<#2576#> by1 ;SPMamp;;SPMamp; =<#2577#>#tex2html_accent_inline9209#<#2577#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2578#>#tex2html_accent_inline9210#<#2578#> by1 ;SPMamp;;SPMamp; =<#2579#>#tex2html_accent_inline9211#<#2579#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2580#>#tex2html_accent_inline9212#<#2580#> by1 ;SPMamp;;SPMamp; <#2581#>#tex2html_accent_inline9213#<#2581#> <#2582#>19<#2582#>;SPMamp; =<#2583#>#tex2html_accent_inline9214#<#2583#> <#2584#>#tex2html_accent_inline9215#<#2584#> <#2585#>#tex2html_accent_inline9216#<#2585#> ;SPMamp;<#2586#>#tex2html_accent_inline9217#<#2586#>;SPMamp;;SPMamp; =<#2587#>#tex2html_accent_inline9218#<#2587#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2588#>#tex2html_accent_inline9219#<#2588#> by1 ;SPMamp;;SPMamp; =<#2589#>#tex2html_accent_inline9220#<#2589#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2590#>#tex2html_accent_inline9221#<#2590#> by1 ;SPMamp;;SPMamp; =<#2591#>#tex2html_accent_inline9222#<#2591#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2592#>#tex2html_accent_inline9223#<#2592#> by1 ;SPMamp;;SPMamp; =<#2593#>#tex2html_accent_inline9224#<#2593#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2594#>#tex2html_accent_inline9225#<#2594#> by1 ;SPMamp;;SPMamp; =<#2595#>#tex2html_accent_inline9226#<#2595#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2596#>#tex2html_accent_inline9227#<#2596#> by1 ;SPMamp;;SPMamp; =<#2597#>#tex2html_accent_inline9228#<#2597#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2598#>#tex2html_accent_inline9229#<#2598#> by1 ;SPMamp;;SPMamp; =<#2599#>#tex2html_accent_inline9230#<#2599#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2600#>#tex2html_accent_inline9231#<#2600#> by1 ;SPMamp;;SPMamp; =<#2601#>#tex2html_accent_inline9232#<#2601#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2602#>#tex2html_accent_inline9233#<#2602#> by1 ;SPMamp;<#2603#>#tex2html_accent_inline9234#<#2603#> ;SPMamp;<#2604#>#tex2html_accent_inline9235#<#2604#>;SPMamp;;SPMamp; =<#2605#>#tex2html_accent_inline9236#<#2605#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2606#>#tex2html_accent_inline9237#<#2606#> by1 ;SPMamp;;SPMamp; =<#2607#>#tex2html_accent_inline9238#<#2607#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2608#>#tex2html_accent_inline9239#<#2608#> by1 ;SPMamp;;SPMamp; =<#2609#>#tex2html_accent_inline9240#<#2609#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2610#>#tex2html_accent_inline9241#<#2610#> by1 ;SPMamp;;SPMamp; =<#2611#>#tex2html_accent_inline9242#<#2611#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2612#>#tex2html_accent_inline9243#<#2612#> by1 ;SPMamp;;SPMamp; =<#2613#>#tex2html_accent_inline9244#<#2613#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2614#>#tex2html_accent_inline9245#<#2614#> by1 ;SPMamp;;SPMamp; =<#2615#>#tex2html_accent_inline9246#<#2615#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2616#>#tex2html_accent_inline9247#<#2616#> by1 ;SPMamp;;SPMamp; =<#2617#>#tex2html_accent_inline9248#<#2617#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2618#>#tex2html_accent_inline9249#<#2618#> by1 ;SPMamp;;SPMamp; =<#2619#>#tex2html_accent_inline9250#<#2619#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2620#>#tex2html_accent_inline9251#<#2620#> by1 ;SPMamp;;SPMamp; <#2621#>#tex2html_accent_inline9252#<#2621#> <#2622#>19<#2622#>;SPMamp; =<#2623#>#tex2html_accent_inline9253#<#2623#> <#2624#>#tex2html_accent_inline9254#<#2624#> <#2625#>#tex2html_accent_inline9255#<#2625#> ;SPMamp;<#2626#>#tex2html_accent_inline9256#<#2626#>;SPMamp;;SPMamp; =<#2627#>#tex2html_accent_inline9257#<#2627#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2628#>#tex2html_accent_inline9258#<#2628#> by1 ;SPMamp;;SPMamp; =<#2629#>#tex2html_accent_inline9259#<#2629#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2630#>#tex2html_accent_inline9260#<#2630#> by1 ;SPMamp;;SPMamp; =<#2631#>#tex2html_accent_inline9261#<#2631#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2632#>#tex2html_accent_inline9262#<#2632#> by1 ;SPMamp;;SPMamp; =<#2633#>#tex2html_accent_inline9263#<#2633#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2634#>#tex2html_accent_inline9264#<#2634#> by1 ;SPMamp;;SPMamp; =<#2635#>#tex2html_accent_inline9265#<#2635#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2636#>#tex2html_accent_inline9266#<#2636#> by1 ;SPMamp;;SPMamp; =<#2637#>#tex2html_accent_inline9267#<#2637#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2638#>#tex2html_accent_inline9268#<#2638#> by1 ;SPMamp;;SPMamp; =<#2639#>#tex2html_accent_inline9269#<#2639#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2640#>#tex2html_accent_inline9270#<#2640#> by1 ;SPMamp;;SPMamp; =<#2641#>#tex2html_accent_inline9271#<#2641#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2642#>#tex2html_accent_inline9272#<#2642#> by1 ;SPMamp;<#2643#>#tex2html_accent_inline9273#<#2643#> ;SPMamp;<#2644#>#tex2html_accent_inline9274#<#2644#>;SPMamp;;SPMamp; =<#2645#>#tex2html_accent_inline9275#<#2645#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2646#>#tex2html_accent_inline9276#<#2646#> by1 ;SPMamp;;SPMamp; =<#2647#>#tex2html_accent_inline9277#<#2647#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2648#>#tex2html_accent_inline9278#<#2648#> by1 ;SPMamp;;SPMamp; =<#2649#>#tex2html_accent_inline9279#<#2649#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2650#>#tex2html_accent_inline9280#<#2650#> by1 ;SPMamp;;SPMamp; =<#2651#>#tex2html_accent_inline9281#<#2651#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2652#>#tex2html_accent_inline9282#<#2652#> by1 ;SPMamp;;SPMamp; =<#2653#>#tex2html_accent_inline9283#<#2653#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2654#>#tex2html_accent_inline9284#<#2654#> by1 ;SPMamp;;SPMamp; =<#2655#>#tex2html_accent_inline9285#<#2655#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2656#>#tex2html_accent_inline9286#<#2656#> by1 ;SPMamp;;SPMamp; =<#2657#>#tex2html_accent_inline9287#<#2657#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2658#>#tex2html_accent_inline9288#<#2658#> by1 ;SPMamp;;SPMamp; =<#2659#>#tex2html_accent_inline9289#<#2659#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2660#>#tex2html_accent_inline9290#<#2660#> by1 ;SPMamp;;SPMamp; <#2661#>#tex2html_accent_inline9291#<#2661#> <#2662#>19<#2662#>;SPMamp; =<#2663#>#tex2html_accent_inline9292#<#2663#> <#2664#>#tex2html_accent_inline9293#<#2664#> <#2665#>#tex2html_accent_inline9294#<#2665#> ;SPMamp;<#2666#>#tex2html_accent_inline9295#<#2666#>;SPMamp;;SPMamp; =<#2667#>#tex2html_accent_inline9296#<#2667#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2668#>#tex2html_accent_inline9297#<#2668#> by1 ;SPMamp;;SPMamp; =<#2669#>#tex2html_accent_inline9298#<#2669#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2670#>#tex2html_accent_inline9299#<#2670#> by1 ;SPMamp;;SPMamp; =<#2671#>#tex2html_accent_inline9300#<#2671#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2672#>#tex2html_accent_inline9301#<#2672#> by1 ;SPMamp;;SPMamp; =<#2673#>#tex2html_accent_inline9302#<#2673#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2674#>#tex2html_accent_inline9303#<#2674#> by1 ;SPMamp;;SPMamp; =<#2675#>#tex2html_accent_inline9304#<#2675#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2676#>#tex2html_accent_inline9305#<#2676#> by1 ;SPMamp;;SPMamp; =<#2677#>#tex2html_accent_inline9306#<#2677#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2678#>#tex2html_accent_inline9307#<#2678#> by1 ;SPMamp;;SPMamp; =<#2679#>#tex2html_accent_inline9308#<#2679#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2680#>#tex2html_accent_inline9309#<#2680#> by1 ;SPMamp;;SPMamp; =<#2681#>#tex2html_accent_inline9310#<#2681#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2682#>#tex2html_accent_inline9311#<#2682#> by1 ;SPMamp;<#2683#>#tex2html_accent_inline9312#<#2683#> ;SPMamp;<#2684#>#tex2html_accent_inline9313#<#2684#>;SPMamp;;SPMamp; =<#2685#>#tex2html_accent_inline9314#<#2685#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2686#>#tex2html_accent_inline9315#<#2686#> by1 ;SPMamp;;SPMamp; =<#2687#>#tex2html_accent_inline9316#<#2687#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2688#>#tex2html_accent_inline9317#<#2688#> by1 ;SPMamp;;SPMamp; =<#2689#>#tex2html_accent_inline9318#<#2689#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2690#>#tex2html_accent_inline9319#<#2690#> by1 ;SPMamp;;SPMamp; =<#2691#>#tex2html_accent_inline9320#<#2691#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2692#>#tex2html_accent_inline9321#<#2692#> by1 ;SPMamp;;SPMamp; =<#2693#>#tex2html_accent_inline9322#<#2693#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2694#>#tex2html_accent_inline9323#<#2694#> by1 ;SPMamp;;SPMamp; =<#2695#>#tex2html_accent_inline9324#<#2695#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2696#>#tex2html_accent_inline9325#<#2696#> by1 ;SPMamp;;SPMamp; =<#2697#>#tex2html_accent_inline9326#<#2697#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2698#>#tex2html_accent_inline9327#<#2698#> by1 ;SPMamp;;SPMamp; =<#2699#>#tex2html_accent_inline9328#<#2699#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2700#>#tex2html_accent_inline9329#<#2700#> by1 ;SPMamp;;SPMamp; <#2701#>#tex2html_accent_inline9330#<#2701#> <#2702#>19<#2702#>;SPMamp; =<#2703#>#tex2html_accent_inline9331#<#2703#> <#2704#>#tex2html_accent_inline9332#<#2704#> <#2705#>#tex2html_accent_inline9333#<#2705#> ;SPMamp;<#2706#>#tex2html_accent_inline9334#<#2706#>;SPMamp;;SPMamp; =<#2707#>#tex2html_accent_inline9335#<#2707#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2708#>#tex2html_accent_inline9336#<#2708#> by1 ;SPMamp;;SPMamp; =<#2709#>#tex2html_accent_inline9337#<#2709#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2710#>#tex2html_accent_inline9338#<#2710#> by1 ;SPMamp;;SPMamp; =<#2711#>#tex2html_accent_inline9339#<#2711#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2712#>#tex2html_accent_inline9340#<#2712#> by1 ;SPMamp;;SPMamp; =<#2713#>#tex2html_accent_inline9341#<#2713#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2714#>#tex2html_accent_inline9342#<#2714#> by1 ;SPMamp;;SPMamp; =<#2715#>#tex2html_accent_inline9343#<#2715#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2716#>#tex2html_accent_inline9344#<#2716#> by1 ;SPMamp;;SPMamp; =<#2717#>#tex2html_accent_inline9345#<#2717#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2718#>#tex2html_accent_inline9346#<#2718#> by1 ;SPMamp;;SPMamp; =<#2719#>#tex2html_accent_inline9347#<#2719#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2720#>#tex2html_accent_inline9348#<#2720#> by1 ;SPMamp;;SPMamp; =<#2721#>#tex2html_accent_inline9349#<#2721#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2722#>#tex2html_accent_inline9350#<#2722#> by1 ;SPMamp;<#2723#>#tex2html_accent_inline9351#<#2723#> ;SPMamp;;SPMamp;;SPMamp;<#2764#>#tex2html_accent_inline9352#<#2764#>;SPMamp;;SPMamp;<#2765#>#tex2html_accent_inline9353#<#2765#>;SPMamp;;SPMamp;<#2766#>#tex2html_accent_inline9354#<#2766#>;SPMamp;;SPMamp;<#2767#>#tex2html_accent_inline9355#<#2767#>;SPMamp; ;SPMamp;<#2768#>#tex2html_accent_inline9356#<#2768#>;SPMamp;;SPMamp;<#2769#>#tex2html_accent_inline9357#<#2769#>;SPMamp;;SPMamp;<#2770#>#tex2html_accent_inline9358#<#2770#>;SPMamp;;SPMamp;<#2771#>#tex2html_accent_inline9359#<#2771#>;SPMamp;

<#785#>#tex2html_accent_inline9360#<#785#> =0 to to14pt<#2783#><#2783#>##0pt plus10pt;SPMamp; ;SPMamp;##;SPMamp;## ;SPMamp;;SPMamp;;SPMamp;<#2784#>#tex2html_accent_inline9361#<#2784#>;SPMamp;;SPMamp;<#2785#>#tex2html_accent_inline9362#<#2785#>;SPMamp;;SPMamp;<#2786#>#tex2html_accent_inline9363#<#2786#>;SPMamp;;SPMamp;<#2787#>#tex2html_accent_inline9364#<#2787#>;SPMamp;;SPMamp;<#2788#>#tex2html_accent_inline9365#<#2788#>;SPMamp;;SPMamp;<#2789#>#tex2html_accent_inline9366#<#2789#>;SPMamp;;SPMamp;<#2790#>#tex2html_accent_inline9367#<#2790#>;SPMamp;;SPMamp;<#2791#>#tex2html_accent_inline9368#<#2791#>;SPMamp;<#2792#>#tex2html_accent_inline9369#<#2792#> ;SPMamp;<#2801#>#tex2html_accent_inline9370#<#2801#>;SPMamp;;SPMamp; =<#2802#>#tex2html_accent_inline9371#<#2802#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2803#>#tex2html_accent_inline9372#<#2803#> by1 ;SPMamp;;SPMamp; =<#2804#>#tex2html_accent_inline9373#<#2804#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2805#>#tex2html_accent_inline9374#<#2805#> by1 ;SPMamp;;SPMamp; =<#2806#>#tex2html_accent_inline9375#<#2806#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2807#>#tex2html_accent_inline9376#<#2807#> by1 ;SPMamp;;SPMamp; =<#2808#>#tex2html_accent_inline9377#<#2808#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2809#>#tex2html_accent_inline9378#<#2809#> by1 ;SPMamp;;SPMamp; =<#2810#>#tex2html_accent_inline9379#<#2810#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2811#>#tex2html_accent_inline9380#<#2811#> by1 ;SPMamp;;SPMamp; =<#2812#>#tex2html_accent_inline9381#<#2812#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2813#>#tex2html_accent_inline9382#<#2813#> by1 ;SPMamp;;SPMamp; =<#2814#>#tex2html_accent_inline9383#<#2814#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2815#>#tex2html_accent_inline9384#<#2815#> by1 ;SPMamp;;SPMamp; =<#2816#>#tex2html_accent_inline9385#<#2816#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2817#>#tex2html_accent_inline9386#<#2817#> by1 ;SPMamp;;SPMamp; <#2818#>#tex2html_accent_inline9387#<#2818#> <#2819#>19<#2819#>;SPMamp; =<#2820#>#tex2html_accent_inline9388#<#2820#> <#2821#>#tex2html_accent_inline9389#<#2821#> <#2822#>#tex2html_accent_inline9390#<#2822#> ;SPMamp;<#2823#>#tex2html_accent_inline9391#<#2823#>;SPMamp;;SPMamp; =<#2824#>#tex2html_accent_inline9392#<#2824#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2825#>#tex2html_accent_inline9393#<#2825#> by1 ;SPMamp;;SPMamp; =<#2826#>#tex2html_accent_inline9394#<#2826#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2827#>#tex2html_accent_inline9395#<#2827#> by1 ;SPMamp;;SPMamp; =<#2828#>#tex2html_accent_inline9396#<#2828#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2829#>#tex2html_accent_inline9397#<#2829#> by1 ;SPMamp;;SPMamp; =<#2830#>#tex2html_accent_inline9398#<#2830#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2831#>#tex2html_accent_inline9399#<#2831#> by1 ;SPMamp;;SPMamp; =<#2832#>#tex2html_accent_inline9400#<#2832#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2833#>#tex2html_accent_inline9401#<#2833#> by1 ;SPMamp;;SPMamp; =<#2834#>#tex2html_accent_inline9402#<#2834#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2835#>#tex2html_accent_inline9403#<#2835#> by1 ;SPMamp;;SPMamp; =<#2836#>#tex2html_accent_inline9404#<#2836#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2837#>#tex2html_accent_inline9405#<#2837#> by1 ;SPMamp;;SPMamp; =<#2838#>#tex2html_accent_inline9406#<#2838#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2839#>#tex2html_accent_inline9407#<#2839#> by1 ;SPMamp;<#2840#>#tex2html_accent_inline9408#<#2840#> ;SPMamp;<#2841#>#tex2html_accent_inline9409#<#2841#>;SPMamp;;SPMamp; =<#2842#>#tex2html_accent_inline9410#<#2842#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2843#>#tex2html_accent_inline9411#<#2843#> by1 ;SPMamp;;SPMamp; =<#2844#>#tex2html_accent_inline9412#<#2844#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2845#>#tex2html_accent_inline9413#<#2845#> by1 ;SPMamp;;SPMamp; =<#2846#>#tex2html_accent_inline9414#<#2846#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2847#>#tex2html_accent_inline9415#<#2847#> by1 ;SPMamp;;SPMamp; =<#2848#>#tex2html_accent_inline9416#<#2848#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2849#>#tex2html_accent_inline9417#<#2849#> by1 ;SPMamp;;SPMamp; =<#2850#>#tex2html_accent_inline9418#<#2850#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2851#>#tex2html_accent_inline9419#<#2851#> by1 ;SPMamp;;SPMamp; =<#2852#>#tex2html_accent_inline9420#<#2852#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2853#>#tex2html_accent_inline9421#<#2853#> by1 ;SPMamp;;SPMamp; =<#2854#>#tex2html_accent_inline9422#<#2854#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2855#>#tex2html_accent_inline9423#<#2855#> by1 ;SPMamp;;SPMamp; =<#2856#>#tex2html_accent_inline9424#<#2856#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2857#>#tex2html_accent_inline9425#<#2857#> by1 ;SPMamp;;SPMamp; <#2858#>#tex2html_accent_inline9426#<#2858#> <#2859#>19<#2859#>;SPMamp; =<#2860#>#tex2html_accent_inline9427#<#2860#> <#2861#>#tex2html_accent_inline9428#<#2861#> <#2862#>#tex2html_accent_inline9429#<#2862#> ;SPMamp;<#2863#>#tex2html_accent_inline9430#<#2863#>;SPMamp;;SPMamp; =<#2864#>#tex2html_accent_inline9431#<#2864#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2865#>#tex2html_accent_inline9432#<#2865#> by1 ;SPMamp;;SPMamp; =<#2866#>#tex2html_accent_inline9433#<#2866#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2867#>#tex2html_accent_inline9434#<#2867#> by1 ;SPMamp;;SPMamp; =<#2868#>#tex2html_accent_inline9435#<#2868#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2869#>#tex2html_accent_inline9436#<#2869#> by1 ;SPMamp;;SPMamp; =<#2870#>#tex2html_accent_inline9437#<#2870#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2871#>#tex2html_accent_inline9438#<#2871#> by1 ;SPMamp;;SPMamp; =<#2872#>#tex2html_accent_inline9439#<#2872#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2873#>#tex2html_accent_inline9440#<#2873#> by1 ;SPMamp;;SPMamp; =<#2874#>#tex2html_accent_inline9441#<#2874#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2875#>#tex2html_accent_inline9442#<#2875#> by1 ;SPMamp;;SPMamp; =<#2876#>#tex2html_accent_inline9443#<#2876#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2877#>#tex2html_accent_inline9444#<#2877#> by1 ;SPMamp;;SPMamp; =<#2878#>#tex2html_accent_inline9445#<#2878#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2879#>#tex2html_accent_inline9446#<#2879#> by1 ;SPMamp;<#2880#>#tex2html_accent_inline9447#<#2880#> ;SPMamp;<#2881#>#tex2html_accent_inline9448#<#2881#>;SPMamp;;SPMamp; =<#2882#>#tex2html_accent_inline9449#<#2882#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2883#>#tex2html_accent_inline9450#<#2883#> by1 ;SPMamp;;SPMamp; =<#2884#>#tex2html_accent_inline9451#<#2884#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2885#>#tex2html_accent_inline9452#<#2885#> by1 ;SPMamp;;SPMamp; =<#2886#>#tex2html_accent_inline9453#<#2886#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2887#>#tex2html_accent_inline9454#<#2887#> by1 ;SPMamp;;SPMamp; =<#2888#>#tex2html_accent_inline9455#<#2888#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2889#>#tex2html_accent_inline9456#<#2889#> by1 ;SPMamp;;SPMamp; =<#2890#>#tex2html_accent_inline9457#<#2890#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2891#>#tex2html_accent_inline9458#<#2891#> by1 ;SPMamp;;SPMamp; =<#2892#>#tex2html_accent_inline9459#<#2892#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2893#>#tex2html_accent_inline9460#<#2893#> by1 ;SPMamp;;SPMamp; =<#2894#>#tex2html_accent_inline9461#<#2894#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2895#>#tex2html_accent_inline9462#<#2895#> by1 ;SPMamp;;SPMamp; =<#2896#>#tex2html_accent_inline9463#<#2896#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2897#>#tex2html_accent_inline9464#<#2897#> by1 ;SPMamp;;SPMamp; <#2898#>#tex2html_accent_inline9465#<#2898#> <#2899#>19<#2899#>;SPMamp; =<#2900#>#tex2html_accent_inline9466#<#2900#> <#2901#>#tex2html_accent_inline9467#<#2901#> <#2902#>#tex2html_accent_inline9468#<#2902#> ;SPMamp;<#2903#>#tex2html_accent_inline9469#<#2903#>;SPMamp;;SPMamp; =<#2904#>#tex2html_accent_inline9470#<#2904#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2905#>#tex2html_accent_inline9471#<#2905#> by1 ;SPMamp;;SPMamp; =<#2906#>#tex2html_accent_inline9472#<#2906#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2907#>#tex2html_accent_inline9473#<#2907#> by1 ;SPMamp;;SPMamp; =<#2908#>#tex2html_accent_inline9474#<#2908#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2909#>#tex2html_accent_inline9475#<#2909#> by1 ;SPMamp;;SPMamp; =<#2910#>#tex2html_accent_inline9476#<#2910#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2911#>#tex2html_accent_inline9477#<#2911#> by1 ;SPMamp;;SPMamp; =<#2912#>#tex2html_accent_inline9478#<#2912#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2913#>#tex2html_accent_inline9479#<#2913#> by1 ;SPMamp;;SPMamp; =<#2914#>#tex2html_accent_inline9480#<#2914#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2915#>#tex2html_accent_inline9481#<#2915#> by1 ;SPMamp;;SPMamp; =<#2916#>#tex2html_accent_inline9482#<#2916#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2917#>#tex2html_accent_inline9483#<#2917#> by1 ;SPMamp;;SPMamp; =<#2918#>#tex2html_accent_inline9484#<#2918#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2919#>#tex2html_accent_inline9485#<#2919#> by1 ;SPMamp;<#2920#>#tex2html_accent_inline9486#<#2920#> ;SPMamp;<#2921#>#tex2html_accent_inline9487#<#2921#>;SPMamp;;SPMamp; =<#2922#>#tex2html_accent_inline9488#<#2922#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2923#>#tex2html_accent_inline9489#<#2923#> by1 ;SPMamp;;SPMamp; =<#2924#>#tex2html_accent_inline9490#<#2924#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2925#>#tex2html_accent_inline9491#<#2925#> by1 ;SPMamp;;SPMamp; =<#2926#>#tex2html_accent_inline9492#<#2926#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2927#>#tex2html_accent_inline9493#<#2927#> by1 ;SPMamp;;SPMamp; =<#2928#>#tex2html_accent_inline9494#<#2928#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2929#>#tex2html_accent_inline9495#<#2929#> by1 ;SPMamp;;SPMamp; =<#2930#>#tex2html_accent_inline9496#<#2930#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2931#>#tex2html_accent_inline9497#<#2931#> by1 ;SPMamp;;SPMamp; =<#2932#>#tex2html_accent_inline9498#<#2932#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2933#>#tex2html_accent_inline9499#<#2933#> by1 ;SPMamp;;SPMamp; =<#2934#>#tex2html_accent_inline9500#<#2934#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2935#>#tex2html_accent_inline9501#<#2935#> by1 ;SPMamp;;SPMamp; =<#2936#>#tex2html_accent_inline9502#<#2936#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2937#>#tex2html_accent_inline9503#<#2937#> by1 ;SPMamp;;SPMamp; <#2938#>#tex2html_accent_inline9504#<#2938#> <#2939#>19<#2939#>;SPMamp; =<#2940#>#tex2html_accent_inline9505#<#2940#> <#2941#>#tex2html_accent_inline9506#<#2941#> <#2942#>#tex2html_accent_inline9507#<#2942#> ;SPMamp;<#2943#>#tex2html_accent_inline9508#<#2943#>;SPMamp;;SPMamp; =<#2944#>#tex2html_accent_inline9509#<#2944#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2945#>#tex2html_accent_inline9510#<#2945#> by1 ;SPMamp;;SPMamp; =<#2946#>#tex2html_accent_inline9511#<#2946#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2947#>#tex2html_accent_inline9512#<#2947#> by1 ;SPMamp;;SPMamp; =<#2948#>#tex2html_accent_inline9513#<#2948#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2949#>#tex2html_accent_inline9514#<#2949#> by1 ;SPMamp;;SPMamp; =<#2950#>#tex2html_accent_inline9515#<#2950#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2951#>#tex2html_accent_inline9516#<#2951#> by1 ;SPMamp;;SPMamp; =<#2952#>#tex2html_accent_inline9517#<#2952#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2953#>#tex2html_accent_inline9518#<#2953#> by1 ;SPMamp;;SPMamp; =<#2954#>#tex2html_accent_inline9519#<#2954#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2955#>#tex2html_accent_inline9520#<#2955#> by1 ;SPMamp;;SPMamp; =<#2956#>#tex2html_accent_inline9521#<#2956#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2957#>#tex2html_accent_inline9522#<#2957#> by1 ;SPMamp;;SPMamp; =<#2958#>#tex2html_accent_inline9523#<#2958#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2959#>#tex2html_accent_inline9524#<#2959#> by1 ;SPMamp;<#2960#>#tex2html_accent_inline9525#<#2960#> ;SPMamp;<#2961#>#tex2html_accent_inline9526#<#2961#>;SPMamp;;SPMamp; =<#2962#>#tex2html_accent_inline9527#<#2962#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2963#>#tex2html_accent_inline9528#<#2963#> by1 ;SPMamp;;SPMamp; =<#2964#>#tex2html_accent_inline9529#<#2964#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2965#>#tex2html_accent_inline9530#<#2965#> by1 ;SPMamp;;SPMamp; =<#2966#>#tex2html_accent_inline9531#<#2966#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2967#>#tex2html_accent_inline9532#<#2967#> by1 ;SPMamp;;SPMamp; =<#2968#>#tex2html_accent_inline9533#<#2968#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2969#>#tex2html_accent_inline9534#<#2969#> by1 ;SPMamp;;SPMamp; =<#2970#>#tex2html_accent_inline9535#<#2970#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2971#>#tex2html_accent_inline9536#<#2971#> by1 ;SPMamp;;SPMamp; =<#2972#>#tex2html_accent_inline9537#<#2972#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2973#>#tex2html_accent_inline9538#<#2973#> by1 ;SPMamp;;SPMamp; =<#2974#>#tex2html_accent_inline9539#<#2974#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2975#>#tex2html_accent_inline9540#<#2975#> by1 ;SPMamp;;SPMamp; =<#2976#>#tex2html_accent_inline9541#<#2976#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2977#>#tex2html_accent_inline9542#<#2977#> by1 ;SPMamp;;SPMamp; <#2978#>#tex2html_accent_inline9543#<#2978#> <#2979#>19<#2979#>;SPMamp; =<#2980#>#tex2html_accent_inline9544#<#2980#> <#2981#>#tex2html_accent_inline9545#<#2981#> <#2982#>#tex2html_accent_inline9546#<#2982#> ;SPMamp;<#2983#>#tex2html_accent_inline9547#<#2983#>;SPMamp;;SPMamp; =<#2984#>#tex2html_accent_inline9548#<#2984#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2985#>#tex2html_accent_inline9549#<#2985#> by1 ;SPMamp;;SPMamp; =<#2986#>#tex2html_accent_inline9550#<#2986#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2987#>#tex2html_accent_inline9551#<#2987#> by1 ;SPMamp;;SPMamp; =<#2988#>#tex2html_accent_inline9552#<#2988#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2989#>#tex2html_accent_inline9553#<#2989#> by1 ;SPMamp;;SPMamp; =<#2990#>#tex2html_accent_inline9554#<#2990#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2991#>#tex2html_accent_inline9555#<#2991#> by1 ;SPMamp;;SPMamp; =<#2992#>#tex2html_accent_inline9556#<#2992#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2993#>#tex2html_accent_inline9557#<#2993#> by1 ;SPMamp;;SPMamp; =<#2994#>#tex2html_accent_inline9558#<#2994#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2995#>#tex2html_accent_inline9559#<#2995#> by1 ;SPMamp;;SPMamp; =<#2996#>#tex2html_accent_inline9560#<#2996#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2997#>#tex2html_accent_inline9561#<#2997#> by1 ;SPMamp;;SPMamp; =<#2998#>#tex2html_accent_inline9562#<#2998#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#2999#>#tex2html_accent_inline9563#<#2999#> by1 ;SPMamp;<#3000#>#tex2html_accent_inline9564#<#3000#> ;SPMamp;<#3001#>#tex2html_accent_inline9565#<#3001#>;SPMamp;;SPMamp; =<#3002#>#tex2html_accent_inline9566#<#3002#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3003#>#tex2html_accent_inline9567#<#3003#> by1 ;SPMamp;;SPMamp; =<#3004#>#tex2html_accent_inline9568#<#3004#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3005#>#tex2html_accent_inline9569#<#3005#> by1 ;SPMamp;;SPMamp; =<#3006#>#tex2html_accent_inline9570#<#3006#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3007#>#tex2html_accent_inline9571#<#3007#> by1 ;SPMamp;;SPMamp; =<#3008#>#tex2html_accent_inline9572#<#3008#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3009#>#tex2html_accent_inline9573#<#3009#> by1 ;SPMamp;;SPMamp; =<#3010#>#tex2html_accent_inline9574#<#3010#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3011#>#tex2html_accent_inline9575#<#3011#> by1 ;SPMamp;;SPMamp; =<#3012#>#tex2html_accent_inline9576#<#3012#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3013#>#tex2html_accent_inline9577#<#3013#> by1 ;SPMamp;;SPMamp; =<#3014#>#tex2html_accent_inline9578#<#3014#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3015#>#tex2html_accent_inline9579#<#3015#> by1 ;SPMamp;;SPMamp; =<#3016#>#tex2html_accent_inline9580#<#3016#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3017#>#tex2html_accent_inline9581#<#3017#> by1 ;SPMamp;;SPMamp; <#3018#>#tex2html_accent_inline9582#<#3018#> <#3019#>19<#3019#>;SPMamp; =<#3020#>#tex2html_accent_inline9583#<#3020#> <#3021#>#tex2html_accent_inline9584#<#3021#> <#3022#>#tex2html_accent_inline9585#<#3022#> ;SPMamp;<#3023#>#tex2html_accent_inline9586#<#3023#>;SPMamp;;SPMamp; =<#3024#>#tex2html_accent_inline9587#<#3024#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3025#>#tex2html_accent_inline9588#<#3025#> by1 ;SPMamp;;SPMamp; =<#3026#>#tex2html_accent_inline9589#<#3026#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3027#>#tex2html_accent_inline9590#<#3027#> by1 ;SPMamp;;SPMamp; =<#3028#>#tex2html_accent_inline9591#<#3028#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3029#>#tex2html_accent_inline9592#<#3029#> by1 ;SPMamp;;SPMamp; =<#3030#>#tex2html_accent_inline9593#<#3030#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3031#>#tex2html_accent_inline9594#<#3031#> by1 ;SPMamp;;SPMamp; =<#3032#>#tex2html_accent_inline9595#<#3032#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3033#>#tex2html_accent_inline9596#<#3033#> by1 ;SPMamp;;SPMamp; =<#3034#>#tex2html_accent_inline9597#<#3034#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3035#>#tex2html_accent_inline9598#<#3035#> by1 ;SPMamp;;SPMamp; =<#3036#>#tex2html_accent_inline9599#<#3036#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3037#>#tex2html_accent_inline9600#<#3037#> by1 ;SPMamp;;SPMamp; =<#3038#>#tex2html_accent_inline9601#<#3038#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3039#>#tex2html_accent_inline9602#<#3039#> by1 ;SPMamp;<#3040#>#tex2html_accent_inline9603#<#3040#> ;SPMamp;<#3041#>#tex2html_accent_inline9604#<#3041#>;SPMamp;;SPMamp; =<#3042#>#tex2html_accent_inline9605#<#3042#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3043#>#tex2html_accent_inline9606#<#3043#> by1 ;SPMamp;;SPMamp; =<#3044#>#tex2html_accent_inline9607#<#3044#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3045#>#tex2html_accent_inline9608#<#3045#> by1 ;SPMamp;;SPMamp; =<#3046#>#tex2html_accent_inline9609#<#3046#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3047#>#tex2html_accent_inline9610#<#3047#> by1 ;SPMamp;;SPMamp; =<#3048#>#tex2html_accent_inline9611#<#3048#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3049#>#tex2html_accent_inline9612#<#3049#> by1 ;SPMamp;;SPMamp; =<#3050#>#tex2html_accent_inline9613#<#3050#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3051#>#tex2html_accent_inline9614#<#3051#> by1 ;SPMamp;;SPMamp; =<#3052#>#tex2html_accent_inline9615#<#3052#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3053#>#tex2html_accent_inline9616#<#3053#> by1 ;SPMamp;;SPMamp; =<#3054#>#tex2html_accent_inline9617#<#3054#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3055#>#tex2html_accent_inline9618#<#3055#> by1 ;SPMamp;;SPMamp; =<#3056#>#tex2html_accent_inline9619#<#3056#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3057#>#tex2html_accent_inline9620#<#3057#> by1 ;SPMamp;;SPMamp; <#3058#>#tex2html_accent_inline9621#<#3058#> <#3059#>19<#3059#>;SPMamp; =<#3060#>#tex2html_accent_inline9622#<#3060#> <#3061#>#tex2html_accent_inline9623#<#3061#> <#3062#>#tex2html_accent_inline9624#<#3062#> ;SPMamp;<#3063#>#tex2html_accent_inline9625#<#3063#>;SPMamp;;SPMamp; =<#3064#>#tex2html_accent_inline9626#<#3064#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3065#>#tex2html_accent_inline9627#<#3065#> by1 ;SPMamp;;SPMamp; =<#3066#>#tex2html_accent_inline9628#<#3066#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3067#>#tex2html_accent_inline9629#<#3067#> by1 ;SPMamp;;SPMamp; =<#3068#>#tex2html_accent_inline9630#<#3068#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3069#>#tex2html_accent_inline9631#<#3069#> by1 ;SPMamp;;SPMamp; =<#3070#>#tex2html_accent_inline9632#<#3070#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3071#>#tex2html_accent_inline9633#<#3071#> by1 ;SPMamp;;SPMamp; =<#3072#>#tex2html_accent_inline9634#<#3072#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3073#>#tex2html_accent_inline9635#<#3073#> by1 ;SPMamp;;SPMamp; =<#3074#>#tex2html_accent_inline9636#<#3074#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3075#>#tex2html_accent_inline9637#<#3075#> by1 ;SPMamp;;SPMamp; =<#3076#>#tex2html_accent_inline9638#<#3076#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3077#>#tex2html_accent_inline9639#<#3077#> by1 ;SPMamp;;SPMamp; =<#3078#>#tex2html_accent_inline9640#<#3078#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3079#>#tex2html_accent_inline9641#<#3079#> by1 ;SPMamp;<#3080#>#tex2html_accent_inline9642#<#3080#> ;SPMamp;<#3081#>#tex2html_accent_inline9643#<#3081#>;SPMamp;;SPMamp; =<#3082#>#tex2html_accent_inline9644#<#3082#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3083#>#tex2html_accent_inline9645#<#3083#> by1 ;SPMamp;;SPMamp; =<#3084#>#tex2html_accent_inline9646#<#3084#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3085#>#tex2html_accent_inline9647#<#3085#> by1 ;SPMamp;;SPMamp; =<#3086#>#tex2html_accent_inline9648#<#3086#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3087#>#tex2html_accent_inline9649#<#3087#> by1 ;SPMamp;;SPMamp; =<#3088#>#tex2html_accent_inline9650#<#3088#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3089#>#tex2html_accent_inline9651#<#3089#> by1 ;SPMamp;;SPMamp; =<#3090#>#tex2html_accent_inline9652#<#3090#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3091#>#tex2html_accent_inline9653#<#3091#> by1 ;SPMamp;;SPMamp; =<#3092#>#tex2html_accent_inline9654#<#3092#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3093#>#tex2html_accent_inline9655#<#3093#> by1 ;SPMamp;;SPMamp; =<#3094#>#tex2html_accent_inline9656#<#3094#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3095#>#tex2html_accent_inline9657#<#3095#> by1 ;SPMamp;;SPMamp; =<#3096#>#tex2html_accent_inline9658#<#3096#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3097#>#tex2html_accent_inline9659#<#3097#> by1 ;SPMamp;;SPMamp; <#3098#>#tex2html_accent_inline9660#<#3098#> <#3099#>19<#3099#>;SPMamp; =<#3100#>#tex2html_accent_inline9661#<#3100#> <#3101#>#tex2html_accent_inline9662#<#3101#> <#3102#>#tex2html_accent_inline9663#<#3102#> ;SPMamp;<#3103#>#tex2html_accent_inline9664#<#3103#>;SPMamp;;SPMamp; =<#3104#>#tex2html_accent_inline9665#<#3104#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3105#>#tex2html_accent_inline9666#<#3105#> by1 ;SPMamp;;SPMamp; =<#3106#>#tex2html_accent_inline9667#<#3106#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3107#>#tex2html_accent_inline9668#<#3107#> by1 ;SPMamp;;SPMamp; =<#3108#>#tex2html_accent_inline9669#<#3108#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3109#>#tex2html_accent_inline9670#<#3109#> by1 ;SPMamp;;SPMamp; =<#3110#>#tex2html_accent_inline9671#<#3110#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3111#>#tex2html_accent_inline9672#<#3111#> by1 ;SPMamp;;SPMamp; =<#3112#>#tex2html_accent_inline9673#<#3112#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3113#>#tex2html_accent_inline9674#<#3113#> by1 ;SPMamp;;SPMamp; =<#3114#>#tex2html_accent_inline9675#<#3114#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3115#>#tex2html_accent_inline9676#<#3115#> by1 ;SPMamp;;SPMamp; =<#3116#>#tex2html_accent_inline9677#<#3116#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3117#>#tex2html_accent_inline9678#<#3117#> by1 ;SPMamp;;SPMamp; =<#3118#>#tex2html_accent_inline9679#<#3118#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3119#>#tex2html_accent_inline9680#<#3119#> by1 ;SPMamp;<#3120#>#tex2html_accent_inline9681#<#3120#> ;SPMamp;;SPMamp;;SPMamp;<#3161#>#tex2html_accent_inline9682#<#3161#>;SPMamp;;SPMamp;<#3162#>#tex2html_accent_inline9683#<#3162#>;SPMamp;;SPMamp;<#3163#>#tex2html_accent_inline9684#<#3163#>;SPMamp;;SPMamp;<#3164#>#tex2html_accent_inline9685#<#3164#>;SPMamp; ;SPMamp;<#3165#>#tex2html_accent_inline9686#<#3165#>;SPMamp;;SPMamp;<#3166#>#tex2html_accent_inline9687#<#3166#>;SPMamp;;SPMamp;<#3167#>#tex2html_accent_inline9688#<#3167#>;SPMamp;;SPMamp;<#3168#>#tex2html_accent_inline9689#<#3168#>;SPMamp; <#787#>#tex2html_accent_inline9690#<#787#> =0 to to14pt<#3180#><#3180#>##0pt plus10pt;SPMamp; ;SPMamp;##;SPMamp;## ;SPMamp;;SPMamp;;SPMamp;<#3181#>#tex2html_accent_inline9691#<#3181#>;SPMamp;;SPMamp;<#3182#>#tex2html_accent_inline9692#<#3182#>;SPMamp;;SPMamp;<#3183#>#tex2html_accent_inline9693#<#3183#>;SPMamp;;SPMamp;<#3184#>#tex2html_accent_inline9694#<#3184#>;SPMamp;;SPMamp;<#3185#>#tex2html_accent_inline9695#<#3185#>;SPMamp;;SPMamp;<#3186#>#tex2html_accent_inline9696#<#3186#>;SPMamp;;SPMamp;<#3187#>#tex2html_accent_inline9697#<#3187#>;SPMamp;;SPMamp;<#3188#>#tex2html_accent_inline9698#<#3188#>;SPMamp;<#3189#>#tex2html_accent_inline9699#<#3189#> ;SPMamp;<#3198#>#tex2html_accent_inline9700#<#3198#>;SPMamp;;SPMamp; =<#3199#>#tex2html_accent_inline9701#<#3199#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3200#>#tex2html_accent_inline9702#<#3200#> by1 ;SPMamp;;SPMamp; =<#3201#>#tex2html_accent_inline9703#<#3201#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3202#>#tex2html_accent_inline9704#<#3202#> by1 ;SPMamp;;SPMamp; =<#3203#>#tex2html_accent_inline9705#<#3203#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3204#>#tex2html_accent_inline9706#<#3204#> by1 ;SPMamp;;SPMamp; =<#3205#>#tex2html_accent_inline9707#<#3205#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3206#>#tex2html_accent_inline9708#<#3206#> by1 ;SPMamp;;SPMamp; =<#3207#>#tex2html_accent_inline9709#<#3207#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3208#>#tex2html_accent_inline9710#<#3208#> by1 ;SPMamp;;SPMamp; =<#3209#>#tex2html_accent_inline9711#<#3209#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3210#>#tex2html_accent_inline9712#<#3210#> by1 ;SPMamp;;SPMamp; =<#3211#>#tex2html_accent_inline9713#<#3211#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3212#>#tex2html_accent_inline9714#<#3212#> by1 ;SPMamp;;SPMamp; =<#3213#>#tex2html_accent_inline9715#<#3213#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3214#>#tex2html_accent_inline9716#<#3214#> by1 ;SPMamp;;SPMamp; <#3215#>#tex2html_accent_inline9717#<#3215#> <#3216#>19<#3216#>;SPMamp; =<#3217#>#tex2html_accent_inline9718#<#3217#> <#3218#>#tex2html_accent_inline9719#<#3218#> <#3219#>#tex2html_accent_inline9720#<#3219#> ;SPMamp;<#3220#>#tex2html_accent_inline9721#<#3220#>;SPMamp;;SPMamp; =<#3221#>#tex2html_accent_inline9722#<#3221#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3222#>#tex2html_accent_inline9723#<#3222#> by1 ;SPMamp;;SPMamp; =<#3223#>#tex2html_accent_inline9724#<#3223#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3224#>#tex2html_accent_inline9725#<#3224#> by1 ;SPMamp;;SPMamp; =<#3225#>#tex2html_accent_inline9726#<#3225#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3226#>#tex2html_accent_inline9727#<#3226#> by1 ;SPMamp;;SPMamp; =<#3227#>#tex2html_accent_inline9728#<#3227#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3228#>#tex2html_accent_inline9729#<#3228#> by1 ;SPMamp;;SPMamp; =<#3229#>#tex2html_accent_inline9730#<#3229#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3230#>#tex2html_accent_inline9731#<#3230#> by1 ;SPMamp;;SPMamp; =<#3231#>#tex2html_accent_inline9732#<#3231#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3232#>#tex2html_accent_inline9733#<#3232#> by1 ;SPMamp;;SPMamp; =<#3233#>#tex2html_accent_inline9734#<#3233#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3234#>#tex2html_accent_inline9735#<#3234#> by1 ;SPMamp;;SPMamp; =<#3235#>#tex2html_accent_inline9736#<#3235#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3236#>#tex2html_accent_inline9737#<#3236#> by1 ;SPMamp;<#3237#>#tex2html_accent_inline9738#<#3237#> ;SPMamp;<#3238#>#tex2html_accent_inline9739#<#3238#>;SPMamp;;SPMamp; =<#3239#>#tex2html_accent_inline9740#<#3239#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3240#>#tex2html_accent_inline9741#<#3240#> by1 ;SPMamp;;SPMamp; =<#3241#>#tex2html_accent_inline9742#<#3241#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3242#>#tex2html_accent_inline9743#<#3242#> by1 ;SPMamp;;SPMamp; =<#3243#>#tex2html_accent_inline9744#<#3243#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3244#>#tex2html_accent_inline9745#<#3244#> by1 ;SPMamp;;SPMamp; =<#3245#>#tex2html_accent_inline9746#<#3245#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3246#>#tex2html_accent_inline9747#<#3246#> by1 ;SPMamp;;SPMamp; =<#3247#>#tex2html_accent_inline9748#<#3247#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3248#>#tex2html_accent_inline9749#<#3248#> by1 ;SPMamp;;SPMamp; =<#3249#>#tex2html_accent_inline9750#<#3249#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3250#>#tex2html_accent_inline9751#<#3250#> by1 ;SPMamp;;SPMamp; =<#3251#>#tex2html_accent_inline9752#<#3251#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3252#>#tex2html_accent_inline9753#<#3252#> by1 ;SPMamp;;SPMamp; =<#3253#>#tex2html_accent_inline9754#<#3253#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3254#>#tex2html_accent_inline9755#<#3254#> by1 ;SPMamp;;SPMamp; <#3255#>#tex2html_accent_inline9756#<#3255#> <#3256#>19<#3256#>;SPMamp; =<#3257#>#tex2html_accent_inline9757#<#3257#> <#3258#>#tex2html_accent_inline9758#<#3258#> <#3259#>#tex2html_accent_inline9759#<#3259#> ;SPMamp;<#3260#>#tex2html_accent_inline9760#<#3260#>;SPMamp;;SPMamp; =<#3261#>#tex2html_accent_inline9761#<#3261#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3262#>#tex2html_accent_inline9762#<#3262#> by1 ;SPMamp;;SPMamp; =<#3263#>#tex2html_accent_inline9763#<#3263#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3264#>#tex2html_accent_inline9764#<#3264#> by1 ;SPMamp;;SPMamp; =<#3265#>#tex2html_accent_inline9765#<#3265#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3266#>#tex2html_accent_inline9766#<#3266#> by1 ;SPMamp;;SPMamp; =<#3267#>#tex2html_accent_inline9767#<#3267#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3268#>#tex2html_accent_inline9768#<#3268#> by1 ;SPMamp;;SPMamp; =<#3269#>#tex2html_accent_inline9769#<#3269#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3270#>#tex2html_accent_inline9770#<#3270#> by1 ;SPMamp;;SPMamp; =<#3271#>#tex2html_accent_inline9771#<#3271#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3272#>#tex2html_accent_inline9772#<#3272#> by1 ;SPMamp;;SPMamp; =<#3273#>#tex2html_accent_inline9773#<#3273#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3274#>#tex2html_accent_inline9774#<#3274#> by1 ;SPMamp;;SPMamp; =<#3275#>#tex2html_accent_inline9775#<#3275#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3276#>#tex2html_accent_inline9776#<#3276#> by1 ;SPMamp;<#3277#>#tex2html_accent_inline9777#<#3277#> ;SPMamp;<#3278#>#tex2html_accent_inline9778#<#3278#>;SPMamp;;SPMamp; =<#3279#>#tex2html_accent_inline9779#<#3279#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3280#>#tex2html_accent_inline9780#<#3280#> by1 ;SPMamp;;SPMamp; =<#3281#>#tex2html_accent_inline9781#<#3281#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3282#>#tex2html_accent_inline9782#<#3282#> by1 ;SPMamp;;SPMamp; =<#3283#>#tex2html_accent_inline9783#<#3283#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3284#>#tex2html_accent_inline9784#<#3284#> by1 ;SPMamp;;SPMamp; =<#3285#>#tex2html_accent_inline9785#<#3285#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3286#>#tex2html_accent_inline9786#<#3286#> by1 ;SPMamp;;SPMamp; =<#3287#>#tex2html_accent_inline9787#<#3287#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3288#>#tex2html_accent_inline9788#<#3288#> by1 ;SPMamp;;SPMamp; =<#3289#>#tex2html_accent_inline9789#<#3289#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3290#>#tex2html_accent_inline9790#<#3290#> by1 ;SPMamp;;SPMamp; =<#3291#>#tex2html_accent_inline9791#<#3291#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3292#>#tex2html_accent_inline9792#<#3292#> by1 ;SPMamp;;SPMamp; =<#3293#>#tex2html_accent_inline9793#<#3293#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3294#>#tex2html_accent_inline9794#<#3294#> by1 ;SPMamp;;SPMamp; <#3295#>#tex2html_accent_inline9795#<#3295#> <#3296#>19<#3296#>;SPMamp; =<#3297#>#tex2html_accent_inline9796#<#3297#> <#3298#>#tex2html_accent_inline9797#<#3298#> <#3299#>#tex2html_accent_inline9798#<#3299#> ;SPMamp;<#3300#>#tex2html_accent_inline9799#<#3300#>;SPMamp;;SPMamp; =<#3301#>#tex2html_accent_inline9800#<#3301#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3302#>#tex2html_accent_inline9801#<#3302#> by1 ;SPMamp;;SPMamp; =<#3303#>#tex2html_accent_inline9802#<#3303#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3304#>#tex2html_accent_inline9803#<#3304#> by1 ;SPMamp;;SPMamp; =<#3305#>#tex2html_accent_inline9804#<#3305#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3306#>#tex2html_accent_inline9805#<#3306#> by1 ;SPMamp;;SPMamp; =<#3307#>#tex2html_accent_inline9806#<#3307#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3308#>#tex2html_accent_inline9807#<#3308#> by1 ;SPMamp;;SPMamp; =<#3309#>#tex2html_accent_inline9808#<#3309#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3310#>#tex2html_accent_inline9809#<#3310#> by1 ;SPMamp;;SPMamp; =<#3311#>#tex2html_accent_inline9810#<#3311#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3312#>#tex2html_accent_inline9811#<#3312#> by1 ;SPMamp;;SPMamp; =<#3313#>#tex2html_accent_inline9812#<#3313#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3314#>#tex2html_accent_inline9813#<#3314#> by1 ;SPMamp;;SPMamp; =<#3315#>#tex2html_accent_inline9814#<#3315#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3316#>#tex2html_accent_inline9815#<#3316#> by1 ;SPMamp;<#3317#>#tex2html_accent_inline9816#<#3317#> ;SPMamp;<#3318#>#tex2html_accent_inline9817#<#3318#>;SPMamp;;SPMamp; =<#3319#>#tex2html_accent_inline9818#<#3319#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3320#>#tex2html_accent_inline9819#<#3320#> by1 ;SPMamp;;SPMamp; =<#3321#>#tex2html_accent_inline9820#<#3321#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3322#>#tex2html_accent_inline9821#<#3322#> by1 ;SPMamp;;SPMamp; =<#3323#>#tex2html_accent_inline9822#<#3323#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3324#>#tex2html_accent_inline9823#<#3324#> by1 ;SPMamp;;SPMamp; =<#3325#>#tex2html_accent_inline9824#<#3325#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3326#>#tex2html_accent_inline9825#<#3326#> by1 ;SPMamp;;SPMamp; =<#3327#>#tex2html_accent_inline9826#<#3327#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3328#>#tex2html_accent_inline9827#<#3328#> by1 ;SPMamp;;SPMamp; =<#3329#>#tex2html_accent_inline9828#<#3329#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3330#>#tex2html_accent_inline9829#<#3330#> by1 ;SPMamp;;SPMamp; =<#3331#>#tex2html_accent_inline9830#<#3331#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3332#>#tex2html_accent_inline9831#<#3332#> by1 ;SPMamp;;SPMamp; =<#3333#>#tex2html_accent_inline9832#<#3333#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3334#>#tex2html_accent_inline9833#<#3334#> by1 ;SPMamp;;SPMamp; <#3335#>#tex2html_accent_inline9834#<#3335#> <#3336#>19<#3336#>;SPMamp; =<#3337#>#tex2html_accent_inline9835#<#3337#> <#3338#>#tex2html_accent_inline9836#<#3338#> <#3339#>#tex2html_accent_inline9837#<#3339#> ;SPMamp;<#3340#>#tex2html_accent_inline9838#<#3340#>;SPMamp;;SPMamp; =<#3341#>#tex2html_accent_inline9839#<#3341#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3342#>#tex2html_accent_inline9840#<#3342#> by1 ;SPMamp;;SPMamp; =<#3343#>#tex2html_accent_inline9841#<#3343#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3344#>#tex2html_accent_inline9842#<#3344#> by1 ;SPMamp;;SPMamp; =<#3345#>#tex2html_accent_inline9843#<#3345#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3346#>#tex2html_accent_inline9844#<#3346#> by1 ;SPMamp;;SPMamp; =<#3347#>#tex2html_accent_inline9845#<#3347#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3348#>#tex2html_accent_inline9846#<#3348#> by1 ;SPMamp;;SPMamp; =<#3349#>#tex2html_accent_inline9847#<#3349#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3350#>#tex2html_accent_inline9848#<#3350#> by1 ;SPMamp;;SPMamp; =<#3351#>#tex2html_accent_inline9849#<#3351#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3352#>#tex2html_accent_inline9850#<#3352#> by1 ;SPMamp;;SPMamp; =<#3353#>#tex2html_accent_inline9851#<#3353#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3354#>#tex2html_accent_inline9852#<#3354#> by1 ;SPMamp;;SPMamp; =<#3355#>#tex2html_accent_inline9853#<#3355#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3356#>#tex2html_accent_inline9854#<#3356#> by1 ;SPMamp;<#3357#>#tex2html_accent_inline9855#<#3357#> ;SPMamp;<#3358#>#tex2html_accent_inline9856#<#3358#>;SPMamp;;SPMamp; =<#3359#>#tex2html_accent_inline9857#<#3359#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3360#>#tex2html_accent_inline9858#<#3360#> by1 ;SPMamp;;SPMamp; =<#3361#>#tex2html_accent_inline9859#<#3361#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3362#>#tex2html_accent_inline9860#<#3362#> by1 ;SPMamp;;SPMamp; =<#3363#>#tex2html_accent_inline9861#<#3363#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3364#>#tex2html_accent_inline9862#<#3364#> by1 ;SPMamp;;SPMamp; =<#3365#>#tex2html_accent_inline9863#<#3365#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3366#>#tex2html_accent_inline9864#<#3366#> by1 ;SPMamp;;SPMamp; =<#3367#>#tex2html_accent_inline9865#<#3367#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3368#>#tex2html_accent_inline9866#<#3368#> by1 ;SPMamp;;SPMamp; =<#3369#>#tex2html_accent_inline9867#<#3369#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3370#>#tex2html_accent_inline9868#<#3370#> by1 ;SPMamp;;SPMamp; =<#3371#>#tex2html_accent_inline9869#<#3371#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3372#>#tex2html_accent_inline9870#<#3372#> by1 ;SPMamp;;SPMamp; =<#3373#>#tex2html_accent_inline9871#<#3373#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3374#>#tex2html_accent_inline9872#<#3374#> by1 ;SPMamp;;SPMamp; <#3375#>#tex2html_accent_inline9873#<#3375#> <#3376#>19<#3376#>;SPMamp; =<#3377#>#tex2html_accent_inline9874#<#3377#> <#3378#>#tex2html_accent_inline9875#<#3378#> <#3379#>#tex2html_accent_inline9876#<#3379#> ;SPMamp;<#3380#>#tex2html_accent_inline9877#<#3380#>;SPMamp;;SPMamp; =<#3381#>#tex2html_accent_inline9878#<#3381#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3382#>#tex2html_accent_inline9879#<#3382#> by1 ;SPMamp;;SPMamp; =<#3383#>#tex2html_accent_inline9880#<#3383#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3384#>#tex2html_accent_inline9881#<#3384#> by1 ;SPMamp;;SPMamp; =<#3385#>#tex2html_accent_inline9882#<#3385#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3386#>#tex2html_accent_inline9883#<#3386#> by1 ;SPMamp;;SPMamp; =<#3387#>#tex2html_accent_inline9884#<#3387#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3388#>#tex2html_accent_inline9885#<#3388#> by1 ;SPMamp;;SPMamp; =<#3389#>#tex2html_accent_inline9886#<#3389#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3390#>#tex2html_accent_inline9887#<#3390#> by1 ;SPMamp;;SPMamp; =<#3391#>#tex2html_accent_inline9888#<#3391#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3392#>#tex2html_accent_inline9889#<#3392#> by1 ;SPMamp;;SPMamp; =<#3393#>#tex2html_accent_inline9890#<#3393#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3394#>#tex2html_accent_inline9891#<#3394#> by1 ;SPMamp;;SPMamp; =<#3395#>#tex2html_accent_inline9892#<#3395#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3396#>#tex2html_accent_inline9893#<#3396#> by1 ;SPMamp;<#3397#>#tex2html_accent_inline9894#<#3397#> ;SPMamp;<#3398#>#tex2html_accent_inline9895#<#3398#>;SPMamp;;SPMamp; =<#3399#>#tex2html_accent_inline9896#<#3399#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3400#>#tex2html_accent_inline9897#<#3400#> by1 ;SPMamp;;SPMamp; =<#3401#>#tex2html_accent_inline9898#<#3401#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3402#>#tex2html_accent_inline9899#<#3402#> by1 ;SPMamp;;SPMamp; =<#3403#>#tex2html_accent_inline9900#<#3403#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3404#>#tex2html_accent_inline9901#<#3404#> by1 ;SPMamp;;SPMamp; =<#3405#>#tex2html_accent_inline9902#<#3405#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3406#>#tex2html_accent_inline9903#<#3406#> by1 ;SPMamp;;SPMamp; =<#3407#>#tex2html_accent_inline9904#<#3407#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3408#>#tex2html_accent_inline9905#<#3408#> by1 ;SPMamp;;SPMamp; =<#3409#>#tex2html_accent_inline9906#<#3409#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3410#>#tex2html_accent_inline9907#<#3410#> by1 ;SPMamp;;SPMamp; =<#3411#>#tex2html_accent_inline9908#<#3411#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3412#>#tex2html_accent_inline9909#<#3412#> by1 ;SPMamp;;SPMamp; =<#3413#>#tex2html_accent_inline9910#<#3413#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3414#>#tex2html_accent_inline9911#<#3414#> by1 ;SPMamp;;SPMamp; <#3415#>#tex2html_accent_inline9912#<#3415#> <#3416#>19<#3416#>;SPMamp; =<#3417#>#tex2html_accent_inline9913#<#3417#> <#3418#>#tex2html_accent_inline9914#<#3418#> <#3419#>#tex2html_accent_inline9915#<#3419#> ;SPMamp;<#3420#>#tex2html_accent_inline9916#<#3420#>;SPMamp;;SPMamp; =<#3421#>#tex2html_accent_inline9917#<#3421#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3422#>#tex2html_accent_inline9918#<#3422#> by1 ;SPMamp;;SPMamp; =<#3423#>#tex2html_accent_inline9919#<#3423#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3424#>#tex2html_accent_inline9920#<#3424#> by1 ;SPMamp;;SPMamp; =<#3425#>#tex2html_accent_inline9921#<#3425#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3426#>#tex2html_accent_inline9922#<#3426#> by1 ;SPMamp;;SPMamp; =<#3427#>#tex2html_accent_inline9923#<#3427#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3428#>#tex2html_accent_inline9924#<#3428#> by1 ;SPMamp;;SPMamp; =<#3429#>#tex2html_accent_inline9925#<#3429#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3430#>#tex2html_accent_inline9926#<#3430#> by1 ;SPMamp;;SPMamp; =<#3431#>#tex2html_accent_inline9927#<#3431#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3432#>#tex2html_accent_inline9928#<#3432#> by1 ;SPMamp;;SPMamp; =<#3433#>#tex2html_accent_inline9929#<#3433#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3434#>#tex2html_accent_inline9930#<#3434#> by1 ;SPMamp;;SPMamp; =<#3435#>#tex2html_accent_inline9931#<#3435#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3436#>#tex2html_accent_inline9932#<#3436#> by1 ;SPMamp;<#3437#>#tex2html_accent_inline9933#<#3437#> ;SPMamp;<#3438#>#tex2html_accent_inline9934#<#3438#>;SPMamp;;SPMamp; =<#3439#>#tex2html_accent_inline9935#<#3439#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3440#>#tex2html_accent_inline9936#<#3440#> by1 ;SPMamp;;SPMamp; =<#3441#>#tex2html_accent_inline9937#<#3441#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3442#>#tex2html_accent_inline9938#<#3442#> by1 ;SPMamp;;SPMamp; =<#3443#>#tex2html_accent_inline9939#<#3443#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3444#>#tex2html_accent_inline9940#<#3444#> by1 ;SPMamp;;SPMamp; =<#3445#>#tex2html_accent_inline9941#<#3445#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3446#>#tex2html_accent_inline9942#<#3446#> by1 ;SPMamp;;SPMamp; =<#3447#>#tex2html_accent_inline9943#<#3447#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3448#>#tex2html_accent_inline9944#<#3448#> by1 ;SPMamp;;SPMamp; =<#3449#>#tex2html_accent_inline9945#<#3449#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3450#>#tex2html_accent_inline9946#<#3450#> by1 ;SPMamp;;SPMamp; =<#3451#>#tex2html_accent_inline9947#<#3451#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3452#>#tex2html_accent_inline9948#<#3452#> by1 ;SPMamp;;SPMamp; =<#3453#>#tex2html_accent_inline9949#<#3453#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3454#>#tex2html_accent_inline9950#<#3454#> by1 ;SPMamp;;SPMamp; <#3455#>#tex2html_accent_inline9951#<#3455#> <#3456#>19<#3456#>;SPMamp; =<#3457#>#tex2html_accent_inline9952#<#3457#> <#3458#>#tex2html_accent_inline9953#<#3458#> <#3459#>#tex2html_accent_inline9954#<#3459#> ;SPMamp;<#3460#>#tex2html_accent_inline9955#<#3460#>;SPMamp;;SPMamp; =<#3461#>#tex2html_accent_inline9956#<#3461#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3462#>#tex2html_accent_inline9957#<#3462#> by1 ;SPMamp;;SPMamp; =<#3463#>#tex2html_accent_inline9958#<#3463#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3464#>#tex2html_accent_inline9959#<#3464#> by1 ;SPMamp;;SPMamp; =<#3465#>#tex2html_accent_inline9960#<#3465#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3466#>#tex2html_accent_inline9961#<#3466#> by1 ;SPMamp;;SPMamp; =<#3467#>#tex2html_accent_inline9962#<#3467#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3468#>#tex2html_accent_inline9963#<#3468#> by1 ;SPMamp;;SPMamp; =<#3469#>#tex2html_accent_inline9964#<#3469#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3470#>#tex2html_accent_inline9965#<#3470#> by1 ;SPMamp;;SPMamp; =<#3471#>#tex2html_accent_inline9966#<#3471#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3472#>#tex2html_accent_inline9967#<#3472#> by1 ;SPMamp;;SPMamp; =<#3473#>#tex2html_accent_inline9968#<#3473#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3474#>#tex2html_accent_inline9969#<#3474#> by1 ;SPMamp;;SPMamp; =<#3475#>#tex2html_accent_inline9970#<#3475#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3476#>#tex2html_accent_inline9971#<#3476#> by1 ;SPMamp;<#3477#>#tex2html_accent_inline9972#<#3477#> ;SPMamp;<#3478#>#tex2html_accent_inline9973#<#3478#>;SPMamp;;SPMamp; =<#3479#>#tex2html_accent_inline9974#<#3479#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3480#>#tex2html_accent_inline9975#<#3480#> by1 ;SPMamp;;SPMamp; =<#3481#>#tex2html_accent_inline9976#<#3481#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3482#>#tex2html_accent_inline9977#<#3482#> by1 ;SPMamp;;SPMamp; =<#3483#>#tex2html_accent_inline9978#<#3483#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3484#>#tex2html_accent_inline9979#<#3484#> by1 ;SPMamp;;SPMamp; =<#3485#>#tex2html_accent_inline9980#<#3485#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3486#>#tex2html_accent_inline9981#<#3486#> by1 ;SPMamp;;SPMamp; =<#3487#>#tex2html_accent_inline9982#<#3487#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3488#>#tex2html_accent_inline9983#<#3488#> by1 ;SPMamp;;SPMamp; =<#3489#>#tex2html_accent_inline9984#<#3489#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3490#>#tex2html_accent_inline9985#<#3490#> by1 ;SPMamp;;SPMamp; =<#3491#>#tex2html_accent_inline9986#<#3491#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3492#>#tex2html_accent_inline9987#<#3492#> by1 ;SPMamp;;SPMamp; =<#3493#>#tex2html_accent_inline9988#<#3493#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3494#>#tex2html_accent_inline9989#<#3494#> by1 ;SPMamp;;SPMamp; <#3495#>#tex2html_accent_inline9990#<#3495#> <#3496#>19<#3496#>;SPMamp; =<#3497#>#tex2html_accent_inline9991#<#3497#> <#3498#>#tex2html_accent_inline9992#<#3498#> <#3499#>#tex2html_accent_inline9993#<#3499#> ;SPMamp;<#3500#>#tex2html_accent_inline9994#<#3500#>;SPMamp;;SPMamp; =<#3501#>#tex2html_accent_inline9995#<#3501#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3502#>#tex2html_accent_inline9996#<#3502#> by1 ;SPMamp;;SPMamp; =<#3503#>#tex2html_accent_inline9997#<#3503#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3504#>#tex2html_accent_inline9998#<#3504#> by1 ;SPMamp;;SPMamp; =<#3505#>#tex2html_accent_inline9999#<#3505#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3506#>#tex2html_accent_inline10000#<#3506#> by1 ;SPMamp;;SPMamp; =<#3507#>#tex2html_accent_inline10001#<#3507#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3508#>#tex2html_accent_inline10002#<#3508#> by1 ;SPMamp;;SPMamp; =<#3509#>#tex2html_accent_inline10003#<#3509#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3510#>#tex2html_accent_inline10004#<#3510#> by1 ;SPMamp;;SPMamp; =<#3511#>#tex2html_accent_inline10005#<#3511#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3512#>#tex2html_accent_inline10006#<#3512#> by1 ;SPMamp;;SPMamp; =<#3513#>#tex2html_accent_inline10007#<#3513#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3514#>#tex2html_accent_inline10008#<#3514#> by1 ;SPMamp;;SPMamp; =<#3515#>#tex2html_accent_inline10009#<#3515#>;SPMgt;7.5pt ;SPMgt;2.5pt ;SPMgt;0pt ;SPMlt;.01pt ;SPMlt;.01pt =<#3516#>#tex2html_accent_inline10010#<#3516#> by1 ;SPMamp;<#3517#>#tex2html_accent_inline10011#<#3517#> ;SPMamp;;SPMamp;;SPMamp;<#3558#>#tex2html_accent_inline10012#<#3558#>;SPMamp;;SPMamp;<#3559#>#tex2html_accent_inline10013#<#3559#>;SPMamp;;SPMamp;<#3560#>#tex2html_accent_inline10014#<#3560#>;SPMamp;;SPMamp;<#3561#>#tex2html_accent_inline10015#<#3561#>;SPMamp; ;SPMamp;<#3562#>#tex2html_accent_inline10016#<#3562#>;SPMamp;;SPMamp;<#3563#>#tex2html_accent_inline10017#<#3563#>;SPMamp;;SPMamp;<#3564#>#tex2html_accent_inline10018#<#3564#>;SPMamp;;SPMamp;<#3565#>#tex2html_accent_inline10019#<#3565#>;SPMamp;